The Degreed Skill Report

Use the information in this guide to help you map Degreed FTP File Reports to Degreed API endpoints. For more information, see Mapping Degreed FTP File Reports to API Endpoints. See the documentation in the Knowledge Center for more information on the Degreed Skill Report.

Published Skill Plans Tab

Endpoint: Get All Skill Plans

  • API Call:GET https://api.degreed.com/api/v2/skill-plans

Skill Plan Followers Tab

Endpoint: Get Followers of a Skill Plan (this endpoint can be used to see followers of each skill plan, using the IDs retrieved from the Get All Skill Plans endpoint)

  • API Call:GET https://api.degreed.com/api/v2/skill-plans/<ID>/followers

Skill Rating Summary Tab

Endpoint: Get All User Skills

  • API Call:GET https://api.degreed.com/api/v2/user-skills

User Skill Rating Tab

Endpoint: Get All Skill Ratings

  • API Call:GET https://api.degreed.com/api/v2/skill-ratings

Skill Plan Detail Tab

Endpoint: Get a Specific Skill Plan (this endpoint can be used to see detailed information on each skill plan, using the IDs retrieved from the Get All Skill Plans endpoint)

  • API Call:GET https://api.degreed.com/api/v2/skill-plans/<ID>