Requirements for Seamless Links

Choose the right seamless link type that can instantly take your learners to the right place.

A seamless link contains:

  • User ID (externalUserId) - Unique identifier for each user or employee
  • Team ID (teamId) - Unique identifier for each team
  • Link signature (linkSignature) - Hash of the rest of the URL, which eduMe uses to verify that the URL was legitimately created by you
  • Content IDs for specific link types - The following table provides information about links to specific courses, modules, lessons, surveys, or knowledge hub(dashboard):
Seamless Link Type Purpose Base URL Content ID Final URL
Knowledge Hub Takes learner to a knowledge hub dashboard containing courses they are assigned to https://learn.edume.com/e/d/ Null https://learn.edume.com/e/d/?g=teamId&e=externalUserId&si g=linkSignature
Course Takes user to the start of a specific course https://learn.edume.com/e/c/

Course ID

Note: You can use the List Courses API to retrieve the course ID.

https://learn.edume.com/e/c/courseId?g=teamId&e=externalUserId&si g=linkSignature
Module Takes user to the start of a specific module within a course

Note: We currently don’t support progression to the next module when a module is completed. The user needs to navigate to their dashboard and manually select the next module.
https://learn.edume.com/e/m/ Module ID

Note: You can use the List Courses API to retrieve the module ID.
https://learn.edume.com/e/m/modul eId?g=teamId&e=externalUserId&si g=linkSignature
Lesson Takes user to the start of a specific lesson within a course https://learn.edume.com/e/l/ Lesson ID

Note: You can use the List Courses API to retrieve the lesson ID.
https://learn.edume.com/e/l/lesso nId?g=teamId&e=externalUserId&si g=linkSignature
Survey Takes user to the start of a survey https://learn.edume.com/e/s/ Survey ID https://learn.edume.com/e/s/surveyId?g=teamId&e=externalUserId&si g=linkSignature

 

If you’d like assistance with choosing the right seamless link for your requirements, reach out to your customer success manager.

Related Links

List courses API