POST xapi/set
Parses the post data for XAPI json elements and udpates the respective data. Passes the rest of the information to LRS
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember, Student, Administrator, ProspectWithTrial, User
- Authenticated user who is either StaffMember, Student, QA, Administrator, ProspectWithTrial, User
Request Information
URI Parameters
None.
Body Parameters
The xapi data.
ObjectNone.
Request Formats
application/json, text/json
Sample:
{ "actor": { "account": { "homePage": "http://devblt.globalenglish.com/", "name": "1" } }, "verb": { "id": "http://adlnet.gov/expapi/verbs/completed" }, "object": { "id": "D910719F-5120-4906-9781-CF87D37B76FE" } }
Response Information
Resource Description
200 Ok
System.Net.HttpStatusCodeResponse Formats
text/html
Sample:
200 Ok
application/json, text/json
Sample:
100