SkillPlan

Skill Plans are guided learning paths of content that track a learner's completion progress. The Skill Plan endpoint allows you to retrieve details about skill plans.

📘

Updating Skill Plans

As the holder of an API key, you essentially act as an administrator. As such, you can view all skill plans that exist in your organization. Users can create their own skill plans 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 plan, the POST method on /skill-plans puts resources in the order you arranged in your request body.

You can use https://dash.readme.com/project/degreed/v2.0/refs/patch_api-v2-skill-plans-id-sections-section-id to rearrange the order by changing the sequence value. The best practice is to create plans with the JSON objects ordered as you want them, then use this endpoint to update the order if necessary.