POST api/AppChat/AppGetChatSticker
AppGetChatSticker
Request Information
URI Parameters
None.
Body Parameters
AppGetChatSticker| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "16464ea0-8e1e-48dd-ae70-d659dd8d5359"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetChatSticker_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| StickerID | integer |
None. |
|
| StickerName | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| StickerVisible | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StickerID": 1,
"StickerName": "sample string 2",
"PhotoUUID": "545c59bf-33d2-4208-9457-595a6a51ad6f",
"StickerVisible": 3,
"UserUUIDCur": "7e05b461-16b2-4a3d-b083-342cddba31d7"
},
{
"StickerID": 1,
"StickerName": "sample string 2",
"PhotoUUID": "545c59bf-33d2-4208-9457-595a6a51ad6f",
"StickerVisible": 3,
"UserUUIDCur": "7e05b461-16b2-4a3d-b083-342cddba31d7"
}
]