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": "fe83b147-b55a-4358-a866-6cf746e63cb2"
}
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": "3b11af63-effb-40cf-9312-c2f7bba8deae",
"UserUUIDCur": "92feeb76-0f6e-4517-be68-8cff263bc59e"
},
{
"EmojiID": 1,
"EmojiName": "sample string 2",
"PhotoUUID": "3b11af63-effb-40cf-9312-c2f7bba8deae",
"UserUUIDCur": "92feeb76-0f6e-4517-be68-8cff263bc59e"
}
]