Organization Units
GET
/orgunits
Organization Units
The response includes the display name, internal and external id and client number.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://learnifier.com/orgunits'
Response Response Example
200 - Example 1
{
"orgUnits": [
{
"externalId": "string",
"id": 0,
"name": "string",
"parentId": 0,
"type": "string"
}
]
}
Request
None