POST api/AppChat/AppGetEmoji
AppGetEmoji
Request Information
URI Parameters
None.
Body Parameters
AppGetEmojiName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "8dd8fea2-5862-4515-b4c7-1ef9f68335fc" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetEmoji_ResponseName | 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": "60aa0ef0-16b3-427d-baad-1f80e704efdb", "UserUUIDCur": "cdf35e6c-01ad-4b31-8fe7-106cb729344b" }, { "EmojiID": 1, "EmojiName": "sample string 2", "PhotoUUID": "60aa0ef0-16b3-427d-baad-1f80e704efdb", "UserUUIDCur": "cdf35e6c-01ad-4b31-8fe7-106cb729344b" } ]