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": "2c2d0580-4c8e-41aa-889a-db4acf71696f"
}

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": "215fc4e8-c369-4773-bdcf-47ed635bd8e3",
    "StickerVisible": 3,
    "UserUUIDCur": "7e84a672-a0ac-4f1b-b5ec-2e9850229337"
  },
  {
    "StickerID": 1,
    "StickerName": "sample string 2",
    "PhotoUUID": "215fc4e8-c369-4773-bdcf-47ed635bd8e3",
    "StickerVisible": 3,
    "UserUUIDCur": "7e84a672-a0ac-4f1b-b5ec-2e9850229337"
  }
]