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": "32f2beae-2957-4153-9285-35d63a057388" }
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": "d9aed36b-aa7c-4e8e-a969-bfde40d40264", "UserUUIDCur": "2fd044bf-4673-45cc-9cc3-ddbd474a3f27" }, { "EmojiID": 1, "EmojiName": "sample string 2", "PhotoUUID": "d9aed36b-aa7c-4e8e-a969-bfde40d40264", "UserUUIDCur": "2fd044bf-4673-45cc-9cc3-ddbd474a3f27" } ]