POST api/AppChat/AppGetEmoji
AppGetEmoji
Request Information
URI Parameters
None.
Body Parameters
AppGetEmoji| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "7494d34f-b294-42ce-9b88-859ec7080cd9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetEmoji_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| EmojiID | integer |
None. |
|
| EmojiName | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EmojiID": 1,
"EmojiName": "sample string 2",
"PhotoUUID": "bbf6c32a-85f2-443d-8870-1ee821da2886",
"UserUUIDCur": "5f76b902-e922-4348-aeac-4f78df49503e"
},
{
"EmojiID": 1,
"EmojiName": "sample string 2",
"PhotoUUID": "bbf6c32a-85f2-443d-8870-1ee821da2886",
"UserUUIDCur": "5f76b902-e922-4348-aeac-4f78df49503e"
}
]