POST api/Activity/GetInProgressActivityList
获取进行中的集体备课列表
Request Information
URI Parameters
None.
Body Parameters
InProgressActivitySearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| TermID | integer |
None. |
|
| FGID | integer |
None. |
|
| Type | integer |
None. |
|
| CreateBy | integer |
None. |
|
| SchoollD | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| DateB | string |
None. |
|
| DateE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"TermID": 2,
"FGID": 3,
"Type": 4,
"CreateBy": 5,
"SchoollD": 6,
"PageSize": 7,
"PageIndex": 8,
"DateB": "sample string 9",
"DateE": "sample string 10"
}
application/xml, text/xml
Sample:
<InProgressActivitySearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area"> <CreateBy>5</CreateBy> <DateB>sample string 9</DateB> <DateE>sample string 10</DateE> <FGID>3</FGID> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <SchoollD>6</SchoollD> <TermID>2</TermID> <Title>sample string 1</Title> <Type>4</Type> </InProgressActivitySearcher>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |