POST Teacher/GetStudentScoreList

Request Information

URI Parameters

None.

Body Parameters

GetStudentScoreListDataModel
NameDescriptionTypeAdditional information
paperCode

后台系统导入时填写的试卷编号 前端录入公立学校成绩对应的configId

string

None.

paperType

列表项类型 eg:评测卷,查班卷,公立学校成绩 暂时定死: 0:公立学校成绩 1:评测卷 2:查班卷

integer

None.

classId

班级ID

string

None.

teacherId

教师ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "paperCode": "sample string 1",
  "paperType": 2,
  "classId": "sample string 3",
  "teacherId": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.