denyContent
- Home
- Moderation
- SvcPremoderation
- denyContent
denyContent
Bulk deny content.
Parameters
Name | Description |
nodeID required | Node of content we are working with. |
xrefType required | Type of content. |
xrefID required | ID(s) of content. For multiple IDs use a comma seperated list. |
reason optional | Moderation reason. |
notes optional | Moderation notes. |
moderatorID optional | userID of the moderator. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcPremoderation?action=denyContent&nodeID=188234&xrefType=discussion_post&xrefID=157882253&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 |
{ "service":"svcPremoderation", "action":"denyContent", "code":1, "message":"Items denied" } |
Service Information
Service | svcPremoderation |
Method | denyContent |
Type | REST |
Response Types | JSON, XML |