Forum Discussion
Pull data from Docebo to Articulate Storyline 360
Keep in mind that eLearning apps like Storyline, Rise, Captivate, and others are using SCORM data elements to retrieve and populate information. While a user's name is a SCORM data element (cmi.core.student_name in SCORM 1.2; cmi.learner_name in SCORM 2004) which can be retrieved by a learning object, there is no data element in the SCORM specification for something like "job family" or "reporting unit."
FWIW, there ALSO isn't a data element dedicated to the learner's email address.
Although Joe is correct, it is no issue, as in your code you already separated Scorm/LMSApi calls and specific Docebo API calls. We use CanvasLMS. Also a Canvas specific API is available to do more and other things then with Scorm.
As im experimenting myself with the Canvas API, i just found a great tool to use API's easily. If your code then works, its just copy and paste to Storyline.
Postman is the tool i use.