POST classroomAPI/LMS/getPrimaryLRSCourseStats
Request Information
URI Parameters
None.
Body Parameters
PrimaryLRSCourseStats| Name | Description | Type | Additional information |
|---|---|---|---|
| companyID | integer |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| userID | integer |
None. |
|
| objectID | globally unique identifier |
None. |
|
| verbID | globally unique identifier |
None. |
|
| deliveryTypeToExclude | integer |
None. |
|
| deliveryTypeToInclude | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyID": 1,
"startDate": "2026-04-05T04:19:30.1419175-04:00",
"endDate": "2026-04-05T04:19:30.1419175-04:00",
"userID": 1,
"objectID": "4f4bd7d4-c8a0-4b4e-b2a0-82dc5bb109b1",
"verbID": "c848b9ff-1ae3-4ba1-afc1-37897cda09ec",
"deliveryTypeToExclude": 1,
"deliveryTypeToInclude": 1
}
application/xml, text/xml
Sample:
<PrimaryLRSCourseStats xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL"> <companyID>1</companyID> <deliveryTypeToExclude>1</deliveryTypeToExclude> <deliveryTypeToInclude>1</deliveryTypeToInclude> <endDate>2026-04-05T04:19:30.1419175-04:00</endDate> <objectID>4f4bd7d4-c8a0-4b4e-b2a0-82dc5bb109b1</objectID> <startDate>2026-04-05T04:19:30.1419175-04:00</startDate> <userID>1</userID> <verbID>c848b9ff-1ae3-4ba1-afc1-37897cda09ec</verbID> </PrimaryLRSCourseStats>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LRSPrimaryStatContainer| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseStats | Object |
None. |
|
| DeliveryTypes | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"CourseStats": {},
"DeliveryTypes": {}
}
application/xml, text/xml
Sample:
<LRSPrimaryStatContainer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL"> <CourseStats /> <DeliveryTypes /> </LRSPrimaryStatContainer>