listContentCategories
- Home
- Categories & Tags
- SvcTagMaster
- listContentCategories
listContentCategories
Lists all of the content categories on the network.
Parameters
Name | Description |
nodeID required | The node ID of the network where the tag/content is |
xrefType required | 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=listContentCategories&nodeID=188234&xrefType=all&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
{ "service":"svcTagMaster", "action":"listContentCategories", "total":11, "page":1, "code":1, "message":"Success", "item":{ "326455":{ "tag_node_id":"326455", "tag_word":"Test1234", "tag_word_url":"test1234", "tag_word_tt":"Test1234", "parent_tag_id":"0" }, "326457":{ "tag_node_id":"326457", "tag_word":"Test1234", "tag_word_url":"test1234", "tag_word_tt":"Test1234", "parent_tag_id":"0" }, "326459":{ "tag_node_id":"326459", "tag_word":"Test1234", "tag_word_url":"test1234", "tag_word_tt":"Test1234", "parent_tag_id":"0" }, "326461":{ "tag_node_id":"326461", "tag_word":"Test1234", "tag_word_url":"test1234", "tag_word_tt":"Test1234", "parent_tag_id":"0" }, "369378":{ "tag_node_id":"369378", "tag_word":"TESTING!", "tag_word_url":"testing!", "tag_word_tt":"TESTING!", "parent_tag_id":"0" }, "369380":{ "tag_node_id":"369380", "tag_word":"TESTING!", "tag_word_url":"testing!", "tag_word_tt":"TESTING!", "parent_tag_id":"0" }, "369382":{ "tag_node_id":"369382", "tag_word":"TESTING!", "tag_word_url":"testing!", "tag_word_tt":"TESTING!", "parent_tag_id":"0" }, "369384":{ "tag_node_id":"369384", "tag_word":"TESTING!", "tag_word_url":"testing!", "tag_word_tt":"TESTING!", "parent_tag_id":"0" }, "369386":{ "tag_node_id":"369386", "tag_word":"TESTING!", "tag_word_url":"testing!", "tag_word_tt":"TESTING!", "parent_tag_id":"0" }, "369388":{ "tag_node_id":"369388", "tag_word":"TESTING!", "tag_word_url":"testing!", "tag_word_tt":"TESTING!", "parent_tag_id":"0" }, "369390":{ "tag_node_id":"369390", "tag_word":"TESTING!", "tag_word_url":"testing!", "tag_word_tt":"TESTING!", "parent_tag_id":"0" } } } |
Service Information
Service | svcTagMaster |
Method | listContentCategories |
Type | REST |
Response Types | JSON, XML |