addFeaturedContent
- Home
- Content Curation
- SvcFeaturedContent
- addFeaturedContent
addFeaturedContent
Makes a piece of content featured.
Parameters
Name | Description |
contentID required | The content id of the content that is being referenced. |
nodeID required | The primary identifier for your network. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcFeaturedContent?action=addFeaturedContent&contentID=1813076699&nodeID=188234&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 |
{ "service":"svcFeaturedContent", "action":"addFeaturedContent", "code":1, "message":"Featured Content association succeeded.", "item":{ "contentID":"1813076699", "nodeID":"188234" } } |
Service Information
Service | svcFeaturedContent |
Method | addFeaturedContent |
Type | REST |
Response Types | JSON, XML |