Discussions
Duplicates in skill-ratings
Skill ratings gives duplicates. At first we thought it was a problem of the data being sorted descending and new records moving the data under the pagination "next" cursors but duplicates actually appear on the same page as well.
user_skills Data Endpoints
I've been using a JSON parser inside a Python script to parse logins, content, views, users, pathways and completions. However, I've been struggling to get the JSON information for user_skills endpoints.
Allowing 3rd Party API requests
Hello,
Do you employ API versioning?
API versioning is considered industry best practice: https://restfulapi.net/versioning/
Pathway sections items and duration
For example for this pathway we have
12 items, 4 sections and 26 hours.
https://degreed.com/pathway/49EYQX6185/pathway
Enable Title Search on Content/Pathway endpoints.
Hi Degreed team,
User Required Learning Endpoint Pagination
Hi,
Having a Generic Query API
It is suggestion more than a question. Degreed should have generic query api which allows us to execute query multiple object have any filters.
Current GET API's are limited in filters and having complex joining capabilities. and getting anything new in API takes lot of time.
Degreed like Salesforce, NetSuite etc should have a generic Query API.
Skill target levels
Hi degreed dev team!
Getting Null Payload For Prod Content API
We have data in prod but getting null payload for every hit. This use to work earlier. And there is no authentication failure. Need help.
https://api.eu.degreed.com/api/v2/content
https://api.eu.degreed.com/api/v2/content/courses
{
"links": {
"self": "https://api.eu.degreed.com/api/v2/content"
},
"data": []
}