data/department_list
Important: An API Key is required to work with these API Calls
Returns the list of projects the user has permissions to see that belongs to the chosen client
Sample Request
http://api.verifiapp.com/data/department_list/{API-KEY}/{CLIENT-ID}/
Sample Response
{"result":"success","results":[{"id":"4","department_name":"UPGRADE"}]}
Successful response reference
A successful response will return the following items in a JSON array
| Preference | Description |
|---|---|
| result | success |
| results | An array containing the following information: |
| id | The unique department ID |
| department_name | The Name of the department |