Departments

Types

The Department object

Field Type Description
DepartmentId int
DepartmentName string

Endpoints

Get Department List

Authorization needed

Request
GET https://api.ninthbrain.com/Department/GetList
Example response
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999
X-RateLimit-Reset: 1342521939
{
  "DepartmentId": 0,
  "DepartmentName": ""
}
Errors
  • bad_request (HTTP 400)
  • unauthorized (HTTP 401) - This APIKey is not valid for this service.