POST Post/GetPostByTopic

API lấy danh sách theo chủ đề

Request Information

URI Parameters

None.

Body Parameters

PGetPostByTopicReq
NameDescriptionTypeAdditional information
RowspPage

integer

None.

PageNumber

integer

None.

Search

string

None.

Topic

string

None.

TopicLine

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RowspPage": 1,
  "PageNumber": 2,
  "Search": "sample string 3",
  "Topic": "sample string 4",
  "TopicLine": "sample string 5"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PGetPostByTopicRes
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.