POST api/UserSocialTransfer/GetUserSocialList
Request Information
URI Parameters
None.
Body Parameters
RequestGetUserSocialListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SocialNetworkId | string |
None. |
|
| Status | string |
None. |
|
| UserManagerId | Collection of integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| StatusConvertToLead | string |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
|
| ListLabelId | Collection of string |
None. |
|
| FullName | string |
None. |
|
| ListFanpage | Collection of string |
None. |
|
| TypeSocial | string |
None. |
|
| StatusFollow | string |
None. |
|
| StatusAccount | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SocialNetworkId": "sample string 1",
"Status": "sample string 2",
"UserManagerId": [
1,
2
],
"DateFrom": "2026-06-13T22:53:40.0324912+07:00",
"DateTo": "2026-06-13T22:53:40.0324912+07:00",
"StatusConvertToLead": "sample string 3",
"page": 4,
"pageSize": 5,
"ListLabelId": [
"sample string 1",
"sample string 2"
],
"FullName": "sample string 6",
"ListFanpage": [
"sample string 1",
"sample string 2"
],
"TypeSocial": "sample string 7",
"StatusFollow": "sample string 8",
"StatusAccount": "sample string 9"
}
application/xml, text/xml
Sample:
<RequestGetUserSocialListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
<DateFrom>2026-06-13T22:53:40.0324912+07:00</DateFrom>
<DateTo>2026-06-13T22:53:40.0324912+07:00</DateTo>
<FullName>sample string 6</FullName>
<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>
<ListLabelId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ListLabelId>
<SocialNetworkId>sample string 1</SocialNetworkId>
<Status>sample string 2</Status>
<StatusAccount>sample string 9</StatusAccount>
<StatusConvertToLead>sample string 3</StatusConvertToLead>
<StatusFollow>sample string 8</StatusFollow>
<TypeSocial>sample string 7</TypeSocial>
<UserManagerId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</UserManagerId>
<page>4</page>
<pageSize>5</pageSize>
</RequestGetUserSocialListModel>
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/" />