Discussions
Add Custom User ID in assessment link
Hi Guys,
How can I use the profile-image-url?
I've checked the documentation and there isn't anything I can see on using the profile-image-url present in the users data.
API Filters
Use of filter[external_id]= within beta api environment for Content Get requests is not being applied. Issue started on Sunday 02/04/2023 where previously had been working as expected. The response contains all unfiltered data. Test requests within the TryIt environment work as expected but when exported to Postman they are failing to filter without any change to request url.
Skills associated to a Plan and to Pathways
Using API, is there a way to get all skills attached to a Plan. Same question for skills attached to a Pathway ?
Internal Server Error for Completions
I've been trying to use get all completions but late last week though today I'm still receiving a 500 internal server error. I am using this endpoint and including the date filters:
New attribute "learning-minutes" on content items
I noticed that the API /content endpoint is now returning an attribute called "learning-minutes". Example:
Generating Access Token in Demo not working
When I try to generate the access token in the tutorial (https://developer.degreed.com/reference/post_oauth-token-1) it gives me a 400 error with the reason being "invalid credentials".
Degreed Pathway Completion Date
Hi Degreed Team,
Getting parsing error since JSON response key is having HYPHEN '-', getting parsing error
Hi
Get User Contents
I understand 'https://api.betatest.degreed.com/api/v2/users/{id}/pathways' can be used to get pathways assigned to a specific user. If I need to get content and all other learning items currently assigned to a user, what do you recommend? I understand 'https://api.betatest.degreed.com/api/v2/users/{id}/completions' is a possibility but this would return only the completed items. How about other work items which haven't been started yet or are in progress?