POST api/EvaCourse/GetCourseUserNameList

获取常规被听课教师列表 4-1

Request Information

URI Parameters

None.

Body Parameters

EvaBeListenedCourseSearcher
NameDescriptionTypeAdditional information
IsShowName

integer

None.

TemID

integer

None.

UserID

integer

None.

LoginUserID

integer

None.

LID

integer

None.

SchoolID

integer

None.

ClassNum

integer

None.

CNum

integer

None.

SubjectCode

string

None.

GradeCode

string

None.

CourseDate

date

None.

RoleType

integer

None.

SchoolType

integer

None.

CourseType

integer

None.

CreateBy

integer

None.

CourseID

integer

None.

ACID

integer

None.

Role

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IsShowName": 1,
  "TemID": 2,
  "UserID": 3,
  "LoginUserID": 4,
  "LID": 5,
  "SchoolID": 6,
  "ClassNum": 7,
  "CNum": 8,
  "SubjectCode": "sample string 9",
  "GradeCode": "sample string 10",
  "CourseDate": "2026-01-26T06:10:55.1464383+08:00",
  "RoleType": 12,
  "SchoolType": 13,
  "CourseType": 14,
  "CreateBy": 15,
  "CourseID": 16,
  "ACID": 17,
  "Role": 18
}

application/xml, text/xml

Sample:
<EvaBeListenedCourseSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <ACID>17</ACID>
  <CNum>8</CNum>
  <ClassNum>7</ClassNum>
  <CourseDate>2026-01-26T06:10:55.1464383+08:00</CourseDate>
  <CourseID>16</CourseID>
  <CourseType>14</CourseType>
  <CreateBy>15</CreateBy>
  <GradeCode>sample string 10</GradeCode>
  <IsShowName>1</IsShowName>
  <LID>5</LID>
  <LoginUserID>4</LoginUserID>
  <Role>18</Role>
  <RoleType>12</RoleType>
  <SchoolID>6</SchoolID>
  <SchoolType>13</SchoolType>
  <SubjectCode>sample string 9</SubjectCode>
  <TemID>2</TemID>
  <UserID>3</UserID>
</EvaBeListenedCourseSearcher>

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.