POST api/ViewAssessmentDashboard

Request Information

URI Parameters

None.

Body Parameters

AssessmentDashboardByStudentModel
NameDescriptionTypeAdditional information
SCHOOL_ID

integer

None.

STUDENT_ID

integer

None.

STATE

string

None.

DISTRICT

string

None.

GRADE

string

None.

GENDER

string

None.

SECTION

string

None.

CHECKIN_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SCHOOL_ID": 1,
  "STUDENT_ID": 2,
  "STATE": "sample string 3",
  "DISTRICT": "sample string 4",
  "GRADE": "sample string 5",
  "GENDER": "sample string 6",
  "SECTION": "sample string 7",
  "CHECKIN_ID": 8
}

application/xml, text/xml

Sample:
<AssessmentDashboardByStudentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.CheckinModels">
  <CHECKIN_ID>8</CHECKIN_ID>
  <DISTRICT>sample string 4</DISTRICT>
  <GENDER>sample string 6</GENDER>
  <GRADE>sample string 5</GRADE>
  <SCHOOL_ID>1</SCHOOL_ID>
  <SECTION>sample string 7</SECTION>
  <STATE>sample string 3</STATE>
  <STUDENT_ID>2</STUDENT_ID>
</AssessmentDashboardByStudentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />