contentFlagged
- Home
- Moderation
- SvcModeration
- contentFlagged
contentFlagged
Checks to see if a given piece of content is flagged or not.
Parameters
| Name | Description |
| xrefID required | The xref id of the content that is being referenced ~ this id is equivilent to content’s specific identifier; I.E.: video_id,photo_id,etc… |
| xrefType required | The type of content being flagged |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/svcModeration?action=contentFlagged&xrefID=1875563&xrefType=blog_post&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 |
{ "service":"svcModeration", "action":"contentFlagged", "code":1, "message":"Content Flag Status Retrieved", "item":1 } |
Service Information
| Service | svcModeration |
| Method | contentFlagged |
| Type | REST |
| Response Types | JSON, XML |