POST api/UserSocialStickyNoteTransfer/GetUserSocialStickyNoteList
Request Information
URI Parameters
None.
Body Parameters
RequestGetUserSocialStickyNoteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSocialId | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserSocialId": "sample string 1",
"DateFrom": "2026-06-13T22:44:01.3046412+07:00",
"DateTo": "2026-06-13T22:44:01.3046412+07:00",
"page": 2,
"pageSize": 3
}
application/xml, text/xml
Sample:
<RequestGetUserSocialStickyNoteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model"> <DateFrom>2026-06-13T22:44:01.3046412+07:00</DateFrom> <DateTo>2026-06-13T22:44:01.3046412+07:00</DateTo> <UserSocialId>sample string 1</UserSocialId> <page>2</page> <pageSize>3</pageSize> </RequestGetUserSocialStickyNoteModel>
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/" />