Endpoints
The Data API endpoints allow you to access specific data categories stored on Learnosity's servers.
You would want to use these endpoints so that you can retrieve, modify, and delete data. This can include saved and submitted learner's sessions and reponses. There are also endpoints that allow you to manage your content such as: Items, Questions, Features, Activities, Tags, reports, and so on.
To call these endpoints, use the Learnosity SDK in your server-side application. See Getting Started With the Data API for more information and examples.
The following endpoint categories are available:
- Item bank endpoints - for exporting, importing, and modifying Item bank content including: Items, Questions, Features, Activities, Tags, and metadata.
- Sessions endpoints - for learner sessions, responses and scores.
- Scoring endpoints - compute scores from raw responses data.
- Jobs endpoints - view the status and results of long running data processing jobs.
- Reports endpoints - for aggregate reporting, datasets, and data warehousing tasks.
- Consumers endpoints - for your API consumer configuration and management.
- Assets endpoints - for securely retrieving learner responses media.