POST api/EvaCourse/GetEvaConfigInfo

获取听课任务

Request Information

URI Parameters

None.

Body Parameters

EvaConfig
NameDescriptionTypeAdditional information
ID

integer

None.

TermID

integer

None.

SchoolID

integer

None.

LocalEvaID

integer

None.

NormalCount

integer

None.

NormalExcellentScore

integer

None.

NormalPassScore

integer

None.

Status

integer

None.

IsShowName

integer

None.

CreateBy

integer

None.

CreateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "TermID": 2,
  "SchoolID": 3,
  "LocalEvaID": 4,
  "NormalCount": 5,
  "NormalExcellentScore": 6,
  "NormalPassScore": 7,
  "Status": 8,
  "IsShowName": 9,
  "CreateBy": 10,
  "CreateTime": "2026-01-26T06:16:55.6017775+08:00"
}

application/xml, text/xml

Sample:
<EvaConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <CreateBy>10</CreateBy>
  <CreateTime>2026-01-26T06:16:55.6017775+08:00</CreateTime>
  <ID>1</ID>
  <IsShowName>9</IsShowName>
  <LocalEvaID>4</LocalEvaID>
  <NormalCount>5</NormalCount>
  <NormalExcellentScore>6</NormalExcellentScore>
  <NormalPassScore>7</NormalPassScore>
  <SchoolID>3</SchoolID>
  <Status>8</Status>
  <TermID>2</TermID>
</EvaConfig>

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.