POST api/Statistics/GetSelfPreLInfo

备课统计个人详情信息

Request Information

URI Parameters

None.

Body Parameters

PStatisticsAllSearcher
NameDescriptionTypeAdditional information
PID

integer

None.

TermID

integer

None.

SchoollD

integer

None.

DateB

date

None.

DateE

date

None.

SGroupID

integer

None.

LGroupID

integer

None.

LType

integer

None.

Type

integer

None.

UserID

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

IsSubject

integer

None.

TypeCode

string

None.

LevelCode

string

None.

TimeFlag

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PID": 1,
  "TermID": 2,
  "SchoollD": 3,
  "DateB": "2026-01-26T06:17:21.7737171+08:00",
  "DateE": "2026-01-26T06:17:21.7737171+08:00",
  "SGroupID": 6,
  "LGroupID": 7,
  "LType": 8,
  "Type": 9,
  "UserID": 10,
  "PageSize": 11,
  "PageIndex": 12,
  "IsSubject": 13,
  "TypeCode": "sample string 14",
  "LevelCode": "sample string 15",
  "TimeFlag": 16
}

application/xml, text/xml

Sample:
<PStatisticsAllSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <DateB>2026-01-26T06:17:21.7737171+08:00</DateB>
  <DateE>2026-01-26T06:17:21.7737171+08:00</DateE>
  <IsSubject>13</IsSubject>
  <LGroupID>7</LGroupID>
  <LType>8</LType>
  <LevelCode>sample string 15</LevelCode>
  <PID>1</PID>
  <PageIndex>12</PageIndex>
  <PageSize>11</PageSize>
  <SGroupID>6</SGroupID>
  <SchoollD>3</SchoollD>
  <TermID>2</TermID>
  <TimeFlag>16</TimeFlag>
  <Type>9</Type>
  <TypeCode>sample string 14</TypeCode>
  <UserID>10</UserID>
</PStatisticsAllSearcher>

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.