Three API solutions
The following API solutions ensure that you always have access to your PlusPlus data. You can retrieve specific information when you need it and use your data for integrations down the road.
GraphQL
GraphQL is our basic, general purpose API solution, offering an interactive interface for you to test and play queries. To learn more, see Getting Started with the GraphQL API: A Practical Guide for Developers
xAPI (LRS)
xAPI uses a Learning Record Store (LRS) connection to capture actions taken in PlusPlus, and it can push notifications to you when certain actions are taken. To learn more, see How to turn on xAPI (LRS) integration.
Export to CSV
In addition to these standard APIs, within PlusPlus dashboards and other features you can also export data on the page to a CSV file and use the gathered info for your own purposes. To learn more, see How to export dashboard data to CSV.
See also