get https://api.supportbench.com/divisions
Return a list of active case categories in the system. The categories will return in order of the order within the system which it was given in a hierarchy. Each child element will have spaces to the left of the item making it easy to visually see the item. Each parent item will have an id of -1 making it unselectable.
Returning list object
| Name | Description | 
|---|---|
| id | The unique id of the case division. | 
| name | The full name of the case division. | 
| parent_id | The parent id of the division. | 
