List title
GET {{baseUrl}}/v2/titles
This endpoint lists all departments.
Body
PARAM
Key | Datatype | Required | Description |
cursor
|
string | ||
limit
|
number | ||
name
|
string |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"items": [
{
"id": "nostrud aute in",
"name": "velit adipisicing dolor",
"description": "id cupidatat dolor"
},
{
"id": "dolore dolor laborum",
"name": "quis aliqua velit sunt officia",
"description": "commodo enim laborum ad"
}
],
"next_cursor": "dolor est"
} |
ENDPOINTS