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": "c6c907ab-bb75-4857-8ff5-bfdd4643475b"
}
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": "f3b5d0c4-ed70-4eed-be68-667756440f71",
"StickerVisible": 3,
"UserUUIDCur": "6aa2476d-509b-43a7-bfd6-f299253f3508"
},
{
"StickerID": 1,
"StickerName": "sample string 2",
"PhotoUUID": "f3b5d0c4-ed70-4eed-be68-667756440f71",
"StickerVisible": 3,
"UserUUIDCur": "6aa2476d-509b-43a7-bfd6-f299253f3508"
}
]