Get Organization Unit
GET
/orgunits/{orgid}
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
{
"externalId": "string",
"id": 0,
"name": "string",
"parentId": 0,
"type": "string"
}
Request
Path Params
orgid
integer
required