POST api/SocialNetworkTransfer/GetSocialCommentList
Request Information
URI Parameters
None.
Body Parameters
RequestGetSocialCommentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Title | string |
None. |
|
| LastName | string |
None. |
|
| TypeSocial | string |
None. |
|
| ListFanpage | Collection of string |
None. |
|
| IsActive | boolean |
None. |
|
| IsPublish | boolean |
None. |
|
| StatusReply | boolean |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateFrom": "2026-06-14T00:30:41.888264+07:00",
"DateTo": "2026-06-14T00:30:41.888264+07:00",
"Title": "sample string 1",
"LastName": "sample string 2",
"TypeSocial": "sample string 3",
"ListFanpage": [
"sample string 1",
"sample string 2"
],
"IsActive": true,
"IsPublish": true,
"StatusReply": true,
"page": 4,
"pageSize": 5
}
application/xml, text/xml
Sample:
<RequestGetSocialCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
<DateFrom>2026-06-14T00:30:41.888264+07:00</DateFrom>
<DateTo>2026-06-14T00:30:41.888264+07:00</DateTo>
<IsActive>true</IsActive>
<IsPublish>true</IsPublish>
<LastName>sample string 2</LastName>
<ListFanpage xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ListFanpage>
<StatusReply>true</StatusReply>
<Title>sample string 1</Title>
<TypeSocial>sample string 3</TypeSocial>
<page>4</page>
<pageSize>5</pageSize>
</RequestGetSocialCommentModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />