POST api/AreaFamous/GetTopicActivityList

获取进行中与已结束的活动列表

Request Information

URI Parameters

None.

Body Parameters

InProgressTopicActivitySearcher
NameDescriptionTypeAdditional information
PID

integer

None.

SchoolID

integer

None.

FGID

integer

None.

FamouseType

integer

None.

CreateBy

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

GradeCode

string

None.

SubjectCode

string

None.

DateB

date

None.

DateE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "PID": 1,
  "SchoolID": 2,
  "FGID": 3,
  "FamouseType": 4,
  "CreateBy": 5,
  "PageSize": 6,
  "PageIndex": 7,
  "GradeCode": "sample string 8",
  "SubjectCode": "sample string 9",
  "DateB": "2026-01-26T06:14:30.585081+08:00",
  "DateE": "2026-01-26T06:14:30.585081+08:00"
}

application/xml, text/xml

Sample:
<InProgressTopicActivitySearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <CreateBy>5</CreateBy>
  <DateB>2026-01-26T06:14:30.585081+08:00</DateB>
  <DateE>2026-01-26T06:14:30.585081+08:00</DateE>
  <FGID>3</FGID>
  <FamouseType>4</FamouseType>
  <GradeCode>sample string 8</GradeCode>
  <PID>1</PID>
  <PageIndex>7</PageIndex>
  <PageSize>6</PageSize>
  <SchoolID>2</SchoolID>
  <SubjectCode>sample string 9</SubjectCode>
</InProgressTopicActivitySearcher>

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.