POST api/Statistics/GetTAStatisticsUserList

专项活动统计参与活动情况

Request Information

URI Parameters

None.

Body Parameters

TAStatisticsUserSearcher
NameDescriptionTypeAdditional information
PID

integer

None.

SID

integer

None.

SGID

integer

None.

LGID

integer

None.

TimeFlag

integer

None.

DateB

date

None.

DateE

date

None.

Type

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PID": 1,
  "SID": 2,
  "SGID": 3,
  "LGID": 4,
  "TimeFlag": 5,
  "DateB": "2026-01-26T06:16:55.3986525+08:00",
  "DateE": "2026-01-26T06:16:55.3986525+08:00",
  "Type": 8,
  "PageIndex": 9,
  "PageSize": 10
}

application/xml, text/xml

Sample:
<TAStatisticsUserSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <DateB>2026-01-26T06:16:55.3986525+08:00</DateB>
  <DateE>2026-01-26T06:16:55.3986525+08:00</DateE>
  <LGID>4</LGID>
  <PID>1</PID>
  <PageIndex>9</PageIndex>
  <PageSize>10</PageSize>
  <SGID>3</SGID>
  <SID>2</SID>
  <TimeFlag>5</TimeFlag>
  <Type>8</Type>
</TAStatisticsUserSearcher>

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.