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": "63588ca3-d221-4fac-a997-ac4d9306e626"
}

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": "cb3c0b1a-ea55-4f24-9828-15112a26b8a3",
    "StickerVisible": 3,
    "UserUUIDCur": "cbc9139e-4b43-455b-bf23-2e18d37ab209"
  },
  {
    "StickerID": 1,
    "StickerName": "sample string 2",
    "PhotoUUID": "cb3c0b1a-ea55-4f24-9828-15112a26b8a3",
    "StickerVisible": 3,
    "UserUUIDCur": "cbc9139e-4b43-455b-bf23-2e18d37ab209"
  }
]