POST classroomAPI/LMS/getPrimaryLRSCourseStats

Request Information

URI Parameters

None.

Body Parameters

PrimaryLRSCourseStats
NameDescriptionTypeAdditional 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": "2024-06-27T18:25:14.8293107+00:00",
  "endDate": "2024-06-27T18:25:14.8293107+00:00",
  "userID": 1,
  "objectID": "52b5f3db-0522-4c5f-a35b-8771943ba6b0",
  "verbID": "9e0c3028-1344-401b-9d8d-1d0c3fed0479",
  "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>2024-06-27T18:25:14.8293107+00:00</endDate>
  <objectID>52b5f3db-0522-4c5f-a35b-8771943ba6b0</objectID>
  <startDate>2024-06-27T18:25:14.8293107+00:00</startDate>
  <userID>1</userID>
  <verbID>9e0c3028-1344-401b-9d8d-1d0c3fed0479</verbID>
</PrimaryLRSCourseStats>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LRSPrimaryStatContainer
NameDescriptionTypeAdditional 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>