Discussions

Ask a Question

Line breaks in description text.

I know Degreed provides limited support for Markdown in some text fields. Is there a way to force a line break or a new paragraph?

POST /oauth/token failing with error "The SSL connection could not be established..."

I'm getting an exception when calling ``` POST /oauth/token ``` Exception Type: ``` System.IO.IOException ``` The full error message is: The SSL connection could not be established, see inner exception. Received an unexpected EOF or 0 bytes from the transport stream. I am only getting this error in our QA environment. When running locally or Dev environment, it is working as expected. Both Dev / QA use the same Degreed ClientID / ClientSecrets. Both use <https://betatest.degreed.com/oauth/token> Just need some pointers on common scenarios where this error is being thrown <br> Thank you
ANSWERED

Course 'Delete' endpoint behaviour

Hi, I was facing an issue in my Degreed2 integration with edx. From our Splunk logs, I confirmed that we attempted a course deletion and (few minutes later) tried recreating same course but we got 409 error "Resource already exists". But our degreed client reported that course wasn't visible to them. Now I've 2 questions: 1. I think deleting a course will mark it as absolute? if yes then instead of re-creating same course, I'll have to update it and set `obsolete` to `false`? OR 2. If a course was previously deleted, does re-creating it will automatically set `obsolete`to`true`? Regards, Hamza Waleed
ANSWERED

Skill taxonomy export

Good day! Is it possible to export the existing Degreed skills taxonomy?
ANSWERED

API Reference Document

I know that all of the data is available on this site, but is there a way to get a copy of the full reference docs for the API and xAPI? To do it from the website I would have to copy and paste from each page. Thanks.
ANSWERED

Special characters like àóü get stored as &#200; in the API

When creating content like courses, and having a title like "Título", with an accentuated character, the API responds with "TÈtulo". This doesn't happen when creating the exact same course through the UI, so it's probably an issue with the API itself. It also happens with the "Try It!" feature in the API documentation, so it's probably not caused by our integration.
ANSWERED

Hi, I'm using create a new group API. We are trying to pass special characters in the Name and description feild like apostrophe(') at the input, But we are getting &#39 at the output instead of (') character. Why this is happening?

Ex: INPUT: Name-Shrikant's group. OUTPUT: Name-Shrikant's group.
ANSWERED

Getting 429

Hi, We are getting 429 for different Degreed end-points with the error message - "code": "quota-exceeded", "status": 429, "title": "API calls quota exceeded.", "detail": "Maximum 70 requests allowed per 1m." Please clarify - 1. Is this rate limit defined per consumer or per API? If I am using one client id to generate a token and then using the same to call different APIs, is the rate limit being set per client id or per API call using the same client id? 2. How we can resolve this. If this is defined at a client id/consumer level, would getting multiple client ids help? 3. How to get multiple client ids? Thanks
ANSWERED

Test Connection Endpoint?

Is there a test connection endpoint avaiable?
ANSWERED

UTF-8 Issue

Hi Team, We currently using api Create a New Course to push some new courses on Degreed, the issue is coming when for title and description French characters are been loaded with chinese symbols. Example: Title: Tést àccènten ôp Degreed Description: Tést ôp LXP Degreed om àccenten te bekijken ...loading on degreed as T鳴 ࣣ讴en 䰠Degreed T鳴 䰠LXP Degreed om ࣣenten te bekijken have you faced this before? how can I fix this issue? Cheers, John.