Departments
Content was last updated in 06.01.14-00
Revision History
API Version | R2 Version | Reference No. | Changes |
2.0 | 06.01.14-00 | R2-17319 | Introduction to Categories resource |
This resource allows you to fetch the Department list by GET method.
You can search for any existing Department using filters as defined here.
Pagination is supported for this resource. Click here to see the details of it.
You can retrieve the following information through this method.
Department ID
Department's Description
Active
Sample response payload
[
{
"id": "string",
"description": "string",
"active": true
}
]