POST api/ProjectList

Request Information

URI Parameters

None.

Body Parameters

QueryProjectListDto
NameDescriptionTypeAdditional information
__sid

string

None.

isAll

boolean

None.

pageNum

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "__sid": "sample string 1",
  "isAll": true,
  "pageNum": 3,
  "pageSize": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.