Organisation Units are administrative units that exist within the organisation and are rendered in the organisation chart view, for example 'Finance' or 'HR'
Organisation Units - Array
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "organisationUnits",
- "attributes": {
- "name": "Engineering",
- "dateEstablished": "2001-11-17",
- "unitType": "Department"
},
}
]
}
Create an Organisation Unit
OrganisationUnit object that needs to be added
object |
Organisation Unit
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": {
- "type": "organisationUnits",
- "attributes": {
- "name": "Engineering",
- "dateEstablished": "2001-11-17",
- "unitType": "Department"
}, - "relationships": {
- "location": {
- "data": {
- "id": "1",
- "type": "locations"
}
}
}
}
}
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "organisationUnits",
- "attributes": {
- "name": "Engineering",
- "dateEstablished": "2001-11-17",
- "unitType": "Department"
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}
Get OrganisationUnit by ID
Organisation Unit
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "organisationUnits",
- "attributes": {
- "name": "Engineering",
- "dateEstablished": "2001-11-17",
- "unitType": "Department"
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}
Update an existing Organisation Unit by ID
Organisation Unit
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "data": {
- "type": "organisationUnits",
- "attributes": {
- "name": "Engineering",
- "dateEstablished": "2001-11-17",
- "unitType": "Department"
}, - "relationships": {
- "location": {
- "data": {
- "id": "1",
- "type": "locations"
}
}
}, - "id": "906264f1-2dff-4f72-a10b-59918cf738d7"
}
}
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "organisationUnits",
- "attributes": {
- "name": "Engineering",
- "dateEstablished": "2001-11-17",
- "unitType": "Department"
}, - "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}
}