REST API - listCategories
The table summarizes the REST API - listCategories.
Request
Response
JSON | Returns a JSON representation of the contents of a listCategoriesResponse element. |
XML | Returns the contents of a listCategoriesResponse element (from the BusinessService schema) |
Example
Request | GET <baseurl>/businessservice/categories/list |
Response | { "xml-fragment": { "startPosition": 0, "endPosition": 2, "totalItems": 2, "Category": [ { "@name": "WelcomeUsersImplementSolution", "ChildCategory": { "@name": "ProcessPackage" } }, { "@name": "RestSample3", "ChildCategory": { "@name": "Sample3" } } ] } } |
Copyright © Cloud Software Group, Inc. All rights reserved.