Pathway

Pathways are guided learning paths of content that track a learner's completion progress. The Pathway endpoint allows you to retrieve details about pathways.

📘

Updating Pathways

As the holder of an API key, you essentially act as an administrator. As such, you can view all pathways that exist in your organization. Users can create their own pathways and keep them private or private to a group. In this state, they are essentially in draft mode, and while you can view them, you cannot edit them with PATCH methods.

When you create a pathway, the POST method on /pathways puts resources in the order you arranged in your request body.

You can use https://developer.degreed.com/reference/patch_api-v2-pathways-id-sections-section-id and https://developer.degreed.com/reference/patch_api-v2-pathways-id-sections-section-id-lessons-lesson-id-relationships-resources to rearrange the order by changing the sequence value.

The best practice is to create pathways with the JSON objects ordered as you want them, then use those section/subsection endpoints to update the order if necessary.