Download
Manage Academic Levels via the API
The following recipes are useful for managing academic levels.
Note: Creating a unit automatically populates the academic levels.
For listing or updating the name on a level:
List available Organizational Levels
GET/core/{service}/{tenant_id}/organizational_levels
Return an Organizational Level
GET /core/{service}/{tenant_id}/organizational_levels/{id}
Update an Organizational Level
PATCH/core/{service}/{tenant_id}/organizational_levels/{id}
For creating or updating a level on a case step
For existing workflow steps:
POST(/:api_version)/:tenant_id/packets/:packet_id/workflow_steps
For new workflow steps
PUT(/:api_version)/:tenant_id/packets/:packet_id/workflow_steps/:id