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": "33f5a112-e326-47ac-bbab-c90b0028b3a0"
}
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": "5308e1b8-86ac-47e8-b931-aca7dacea7e7",
"UserUUIDCur": "1f75a5bc-78cd-41f8-8b16-20bed2bceba4"
},
{
"EmojiID": 1,
"EmojiName": "sample string 2",
"PhotoUUID": "5308e1b8-86ac-47e8-b931-aca7dacea7e7",
"UserUUIDCur": "1f75a5bc-78cd-41f8-8b16-20bed2bceba4"
}
]