Discussions

Ask a Question
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:

ANSWERED

Special characters like àóü get stored as È 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

Deactivate user in degreed

Does degreed has option to deactivate a created user? If so which api and attribute need to be used?

ANSWERED

Test Connection Endpoint?

Is there a test connection endpoint avaiable?

ANSWERED

Skill taxonomy export

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

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".

ANSWERED

Register a Webhook for events?

Can we register a webhook where certain events are sent to?

ANSWERED

Once we deleted the user from Degreed using DELETE method, We are not able to create again the same user using POST.

Using rest API once we delete a user, We are getting error: “Unable to create user: User already exists in database.” and unable to create again same user.

ANSWERED

We are not able to view “privacyLevel” in GET user responses using REST API.

We are not able to view “privacyLevel” in GET user responses using REST API.

ANSWERED

Pagination does not work on /users/{email}/user-skills endpoint

When i pass 'next' query parameter it still returns first set.