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": "7958f7ab-8f28-4945-956b-b9addf2c661e"
}
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": "6fc96dff-c563-4cff-bdc8-eee7ee5a0d13",
"UserUUIDCur": "ec403da5-fcf5-4d43-8683-3be8639ea63f"
},
{
"EmojiID": 1,
"EmojiName": "sample string 2",
"PhotoUUID": "6fc96dff-c563-4cff-bdc8-eee7ee5a0d13",
"UserUUIDCur": "ec403da5-fcf5-4d43-8683-3be8639ea63f"
}
]