GET categoryList
Returns a list of valid top-level categories for the site. Typically these are the same as the website's navigation tabs.
URL
https://demo.onsocialcloud.com/api/categoryList
Parameters
category | Filters the list to show only the specified category name if it exists |
parentCategory | Show the subcategories for the specified category name |
Example Request
https://www.concursive.com/api/categoryList?format=json
Example Result
[ { "status":{ "code":0, "name":"profileCategoryList", "count":5, "total":5 }, "objectList":[ { "recordNumber":1, "recordName":"profileCategory", "id":"8", "description":"Products", "label":"Products" }, { "recordNumber":2, "recordName":"profileCategory", "id":"38", "description":"About", "label":"About" }, { "recordNumber":3, "recordName":"profileCategory", "id":"39", "description":"Try", "label":"Try" }, { "recordNumber":4, "recordName":"profileCategory", "id":"40", "description":"Buy", "label":"Buy" }, { "recordNumber":5, "recordName":"profileCategory", "id":"41", "description":"Ask", "label":"Community" } ] } ]
Sign in to add your comment.