Recipes
📚
Learn - Retrieve courses left to do or completed for a specific user
Open Recipe

This endpoint allows the API consumer to grab the relevant courses for a user. These courses can take the following forms:

  • Mandatory Courses
  • Non mandatory Courses
  • Courses that are completed

Please check out our Recipes for more information.

Use Cases

How would I be able to construct links in order to click through to the relevant course in Learn?

When the API is successfully called, you will get a list of courses back for the user in question. Within each course, you will be able to see a course identifier courseIdthat can be used for the above purpose. Whilst we progress with our public API offerings, you should be able to construct your own link to the course within Learn using the below template:

https://{learnSiteDomain}/learn/#/course/{courseId}

learnSiteDomain - the base domain of your Learn site e.g. test.kallidus-suite.com
courseId - courseId's returned from the successful API response e.g. `abcdefgh-1234-1234-1234-abcdefghijkl

Language
Click Try It! to start a request and see the response here!