Get Items
Get items from clipboard.
Resource Information
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /studio
, please prefix the API URLs with this context.
HTTP Verb
|
GET
|
URL
|
/api/1/services/api/1/clipboard/get-items.json |
Response Formats
|
JSON |
Required Role
|
N/A
|
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
site_id
|
String
|
✓
|
Site to use
|
Example
Request
GET .../api/1/services/api/1/clipboard/get-items.json?site_id=mysite
Response
Status 200 OK
1{
2 "count":1,
3 "site":"mysite",
4 "item":
5 [
6 {
7 "uri":"/site/website/entertainment/index.xml"
8 }
9 ]
10}
Responses
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|