POST api/Activity/GetLessonGroupUser

获取备课组下人员列表

Request Information

URI Parameters

None.

Body Parameters

LessonGroupUserSearcher
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageIndex

integer

None.

GradeCode

string

None.

TrueName

string

None.

ID

integer

None.

SGID

integer

None.

GType

integer

None.

SchoolID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "GradeCode": "sample string 3",
  "TrueName": "sample string 4",
  "ID": 5,
  "SGID": 6,
  "GType": 7,
  "SchoolID": 8
}

application/xml, text/xml

Sample:
<LessonGroupUserSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <GType>7</GType>
  <GradeCode>sample string 3</GradeCode>
  <ID>5</ID>
  <PageIndex>2</PageIndex>
  <PageSize>1</PageSize>
  <SGID>6</SGID>
  <SchoolID>8</SchoolID>
  <TrueName>sample string 4</TrueName>
</LessonGroupUserSearcher>

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.