getContentByTag
- Home
- Categories & Tags
- SvcTagMaster
- getContentByTag
getContentByTag
Gets content tagged with a specific tag Word or ID.
Parameters
Name | Description |
xrefID optional | The primary key for that content |
xrefType optional | The type of content we’re operating on |
tagWord optional | A given tag word |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcTagMaster?action=getContentByTag&nodeID=188234&tagID=326455&xrefType=photo&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 |
{ "service":"svcTagMaster", "action":"getContentByTag", "code":1, "message":"Tagged content retrieved", "page":1, "per_page":20 } |
Service Information
Service | svcTagMaster |
Method | getContentByTag |
Type | REST |
Response Types | JSON, XML |