POST api/Report/OpenResponse

Request Information

URI Parameters

None.

Body Parameters

StudentOpenResponseModel
NameDescriptionTypeAdditional information
CurrentYear

boolean

None.

From

date

None.

To

date

None.

TopicNumber

integer

None.

Active

boolean

None.

StudentIdList

Collection of integer

None.

StaffId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentYear": true,
  "From": "2025-08-09T01:09:21.0396801+00:00",
  "To": "2025-08-09T01:09:21.0396801+00:00",
  "TopicNumber": 2,
  "Active": true,
  "StudentIdList": [
    1,
    2
  ],
  "StaffId": 1
}

application/xml, text/xml

Sample:
<StudentOpenResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LS_API.Models">
  <CurrentYear>true</CurrentYear>
  <From>2025-08-09T01:09:21.0396801+00:00</From>
  <StaffId>1</StaffId>
  <StudentIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </StudentIdList>
  <To>2025-08-09T01:09:21.0396801+00:00</To>
  <TopicNumber>2</TopicNumber>
</StudentOpenResponseModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Report_OpenResponse
NameDescriptionTypeAdditional information
StudentName

string

None.

StaffName

string

None.

DateRange

string

None.

SchoolName

string

None.

TopicLevel

string

None.

Title

string

None.

Passages

Collection of Report_OpenResponse_Passage

None.

ConnectingIdeasData

Collection of Report_OpenResponse_Passage_Details

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.