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": "bc42a517-2bc6-4d0d-be3a-67d70d2a8baa"
}
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": "284c3583-833d-4320-988f-1564ae0821ed",
"UserUUIDCur": "fa6c1ef6-7b63-4ce5-aeaa-ad61bf961218"
},
{
"EmojiID": 1,
"EmojiName": "sample string 2",
"PhotoUUID": "284c3583-833d-4320-988f-1564ae0821ed",
"UserUUIDCur": "fa6c1ef6-7b63-4ce5-aeaa-ad61bf961218"
}
]