POST api/AppChat/AppGetChatSticker

AppGetChatSticker

Request Information

URI Parameters

None.

Body Parameters

AppGetChatSticker
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "e4bcf589-1867-4f10-bbab-1683a63986b8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetChatSticker_Response
NameDescriptionTypeAdditional information
StickerID

integer

None.

StickerName

string

None.

PhotoUUID

globally unique identifier

None.

StickerVisible

integer

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StickerID": 1,
    "StickerName": "sample string 2",
    "PhotoUUID": "e4431e34-a65a-4add-8a59-7729a0694ed6",
    "StickerVisible": 3,
    "UserUUIDCur": "b393cd8c-3d70-47dc-b779-ff2cc2676d9d"
  },
  {
    "StickerID": 1,
    "StickerName": "sample string 2",
    "PhotoUUID": "e4431e34-a65a-4add-8a59-7729a0694ed6",
    "StickerVisible": 3,
    "UserUUIDCur": "b393cd8c-3d70-47dc-b779-ff2cc2676d9d"
  }
]