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": "4d2c60f9-f5d8-4726-ac50-de326ebe9d63"
}
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": "6e1de8ac-6c53-4f01-8c09-a17800cc115d",
"StickerVisible": 3,
"UserUUIDCur": "84a9cde9-bd80-4c1a-9a6e-a1ad9f116769"
},
{
"StickerID": 1,
"StickerName": "sample string 2",
"PhotoUUID": "6e1de8ac-6c53-4f01-8c09-a17800cc115d",
"StickerVisible": 3,
"UserUUIDCur": "84a9cde9-bd80-4c1a-9a6e-a1ad9f116769"
}
]