Monitor Content
Get all sites’ content monitors
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/site/monitor-content.json |
Response Formats
|
JSON |
Required Role
|
N/A
|
Example
GET .../api/1/services/api/1/site/monitor-content.json
[
{
site_id: "myawesomesite",
contentMonitoring: {
monitors: [ ]
}
},
{
site_id: "hello",
contentMonitoring: {
monitors: [ ]
}
},
{
site_id: "blog",
contentMonitoring: {
monitors: [ ]
}
}
]
Response
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|