The two subclasses of Organization, Department and Geography, both exist in independent trees that belong to Kantata OX Accounts. Users and Workspaces are then associated to exact positions in these two trees via OrganizationMemberships, which have an associated geography_id and department_id. A User or Workspace’s position in these two trees is then used to figure out which objects they can see in Kantata OX by looking at what objects are associated with their organizational subtrees. This feature isn’t currently complete and only some UIs honor Organizations.
This endpoint returns structured Organization objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the organizations
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "organizations": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Organization objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the organizations
top-level JSON key.
Please see our Response Format section for more information.
{- "organization": {
- "name": "string",
- "parent_id": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "organizations": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Organization objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the organizations
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "organizations": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
This endpoint returns structured Organization objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results
array
and will be indexed by ID in the organizations
top-level JSON key.
Please see our Response Format section for more information.
{- "organization": {
- "name": "string",
- "parent_id": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "organizations": {
- "property1": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "ancestor_ids": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "parent_id": "string",
- "type": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Organization has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}