POST Post/GetPostByAdmin

API lấy danh sách by Admin

Request Information

URI Parameters

None.

Body Parameters

PGetPostByAdminReq
NameDescriptionTypeAdditional information
UserName

string

None.

Token

string

None.

RowspPage

integer

None.

PageNumber

integer

None.

Search

string

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Token": "sample string 2",
  "RowspPage": 3,
  "PageNumber": 4,
  "Search": "sample string 5",
  "Status": "sample string 6"
}

application/xml, text/xml

Sample:
<PGetPostByAdminReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1">
  <UserName>sample string 1</UserName>
  <Token>sample string 2</Token>
  <RowspPage>3</RowspPage>
  <PageNumber>4</PageNumber>
  <Search>sample string 5</Search>
  <Status>sample string 6</Status>
</PGetPostByAdminReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PGetPostByAdminRes
NameDescriptionTypeAdditional information
RespCode

integer

None.

RespText

string

None.

TotalRows

integer

None.

PostLst

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "RespCode": 1,
  "RespText": "sample string 2",
  "TotalRows": 3
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.