...
To access this interface, you must additionally supply your Basic Auth details with each request in the Authorization
header. Your Basic Auth details can be found under Settings > Clients. Alternatively you can use OAuth by creating a bearer token, however, when using the xAPI via a server Basic auth should be sufficient and when using the xAPI via a client we recommend using the ADL launch algorithm with an xAPI launch server.
Route | Description |
---|---|
Retrieves information about the LRS. | |
Stores a single statement. | |
Stores a single statement or multiple statements. | |
Retrieves statements. | |
Creates or overwrites a state document. | |
Creates or merges a state document. | |
Retrieves a single state document or multiple state identifiers. | |
Deletes a single state document or multiple state documents. | |
Retrieves a fully described activity. | |
Creates or overwrites a profile document. | |
Creates or merges a profile document. | |
Retrieves a single profile document or multiple profile identifiers. | |
Deletes a single profile document. | |
Retrieves all of the agents used by a person. | |
Creates or overwrites a profile document. | |
Creates or merges a profile document. | |
Retrieves a single profile document or multiple profile identifiers. | |
Deletes a single profile document. |
GET /ABOUT
This route returns a JSON encoded object containing information about the LRS. A request to this route would look something like the request below.
...