registration open

Join us for the Elsevier Conference in San Diego from April 14–16

Learn more

How Can We Help?

Search icon

Search Results

Manage Academic Levels via the API

The following recipes are useful for managing academic levels.

 

Note that creating a unit automatically populates the academic levels.

 

Manage Academic Levels via the API

List/Update 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}
 
 

Create/Update 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
 
 
Was this article helpful?
Give feedback about this article