POST api/Activity/GetPrepareLessonsList

获取备课列表

Request Information

URI Parameters

None.

Body Parameters

PrepareLessonSearcher
NameDescriptionTypeAdditional information
DateB

date

None.

DateE

date

None.

SchoolID

integer

None.

UserID

integer

None.

TermType

integer

None.

YearNum

string

None.

TermID

integer

None.

CreateBy

integer

None.

LessonType

integer

None.

DType

integer

None.

Type

integer

None.

GradeCode

string

None.

ClassNum

integer

None.

Title

string

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DateB": "2026-01-26T06:12:15.3496573+08:00",
  "DateE": "2026-01-26T06:12:15.3496573+08:00",
  "SchoolID": 3,
  "UserID": 4,
  "TermType": 5,
  "YearNum": "sample string 6",
  "TermID": 7,
  "CreateBy": 8,
  "LessonType": 9,
  "DType": 10,
  "Type": 11,
  "GradeCode": "sample string 12",
  "ClassNum": 13,
  "Title": "sample string 14",
  "PageSize": 15,
  "PageIndex": 16
}

application/xml, text/xml

Sample:
<PrepareLessonSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <ClassNum>13</ClassNum>
  <CreateBy>8</CreateBy>
  <DType>10</DType>
  <DateB>2026-01-26T06:12:15.3496573+08:00</DateB>
  <DateE>2026-01-26T06:12:15.3496573+08:00</DateE>
  <GradeCode>sample string 12</GradeCode>
  <LessonType>9</LessonType>
  <PageIndex>16</PageIndex>
  <PageSize>15</PageSize>
  <SchoolID>3</SchoolID>
  <TermID>7</TermID>
  <TermType>5</TermType>
  <Title>sample string 14</Title>
  <Type>11</Type>
  <UserID>4</UserID>
  <YearNum>sample string 6</YearNum>
</PrepareLessonSearcher>

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.