REST API - queryCategories
The table summarizes the REST API - queryCategories.
Request
| Format | GET <baseurl>/businessservice/categories/query/<category> |
| Path parameters | category: The category name to use for this query. |
| Query parameters |
|
Response
| JSON | Returns a JSON representation of the contents of a queryCategoriesResponseelement. |
| XML | Returns the contents of a queryCategoriesResponseelement (from the BusinessServiceschema) |
Example
| Request | GET <baseurl>/businessservice/categories/query/RestSample3%2F** |
| Response | {
"businessCategory": {
"@name": "RestSample3",
"ChildBusinessCategory": {
"@name": "Sample3",
"BusinessServiceTemplate": {
"@moduleName": "/RestSample1/ProcessPackages/RestSample1.xpdl",
"@version": "1.0.0.201301031722",
"@processName": "StartClaimProcess",
"@hasFormalParameters": "false"
}
}
}
}
|