getContentTags
- Home
- Categories & Tags
- SvcTagMaster
- getContentTags
getContentTags
Get all of the tags for a piece of content.
Parameters
| Name | Description |
| xrefID optional | The primary key for that content |
| xrefType optional | The type of content we’re operating on |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/svcTagMaster?action=getContentTags&nodeID=188234&xrefID=137021425&xrefType=photo&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 7 8 9 10 |
{ "service":"svcTagMaster", "action":"getContentTags", "code":1, "message":"Content tags retrieved", "item":{ "326459":"Test1234", "326457":"Test1234" } } |
Service Information
| Service | svcTagMaster |
| Method | getContentTags |
| Type | REST |
| Response Types | JSON, XML |