POST classroomAPI/Quiz/getLearnerSummaries

Request Information

URI Parameters

None.

Body Parameters

globally unique identifier

Request Formats

application/json, text/json

Sample:
"efde9acf-d721-4ebf-bf45-de17fd66b727"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">efde9acf-d721-4ebf-bf45-de17fd66b727</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of LRSPrimaryStat
NameDescriptionTypeAdditional information
Name

string

None.

DeliveryType

integer

None.

DeliveryTypeName

string

None.

InternalID

integer

None.

Resumed

integer

None.

Viewed

integer

None.

Launched

integer

None.

Liked

integer

None.

DueDate

date

None.

DueDays

integer

None.

Score

decimal number

None.

Completed

string

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "DeliveryType": 1,
    "DeliveryTypeName": "sample string 2",
    "InternalID": 1,
    "Resumed": 1,
    "Viewed": 1,
    "Launched": 1,
    "Liked": 1,
    "DueDate": "2024-06-28T00:19:17.3174877+00:00",
    "DueDays": 1,
    "Score": 1.0,
    "Completed": "sample string 3",
    "Status": "sample string 4"
  },
  {
    "Name": "sample string 1",
    "DeliveryType": 1,
    "DeliveryTypeName": "sample string 2",
    "InternalID": 1,
    "Resumed": 1,
    "Viewed": 1,
    "Launched": 1,
    "Liked": 1,
    "DueDate": "2024-06-28T00:19:17.3174877+00:00",
    "DueDays": 1,
    "Score": 1.0,
    "Completed": "sample string 3",
    "Status": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLRSPrimaryStat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL">
  <LRSPrimaryStat>
    <Completed>sample string 3</Completed>
    <DeliveryType>1</DeliveryType>
    <DeliveryTypeName>sample string 2</DeliveryTypeName>
    <DueDate>2024-06-28T00:19:17.3174877+00:00</DueDate>
    <DueDays>1</DueDays>
    <InternalID>1</InternalID>
    <Launched>1</Launched>
    <Liked>1</Liked>
    <Name>sample string 1</Name>
    <Resumed>1</Resumed>
    <Score>1</Score>
    <Status>sample string 4</Status>
    <Viewed>1</Viewed>
  </LRSPrimaryStat>
  <LRSPrimaryStat>
    <Completed>sample string 3</Completed>
    <DeliveryType>1</DeliveryType>
    <DeliveryTypeName>sample string 2</DeliveryTypeName>
    <DueDate>2024-06-28T00:19:17.3174877+00:00</DueDate>
    <DueDays>1</DueDays>
    <InternalID>1</InternalID>
    <Launched>1</Launched>
    <Liked>1</Liked>
    <Name>sample string 1</Name>
    <Resumed>1</Resumed>
    <Score>1</Score>
    <Status>sample string 4</Status>
    <Viewed>1</Viewed>
  </LRSPrimaryStat>
</ArrayOfLRSPrimaryStat>