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": "c3090708-98ce-45af-9d94-5397c054f025"
}

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": "92b3b14a-5169-4414-bb85-5de4df9a4bc6",
    "StickerVisible": 3,
    "UserUUIDCur": "5469795f-4fd1-4972-8d73-a9bb92863c5b"
  },
  {
    "StickerID": 1,
    "StickerName": "sample string 2",
    "PhotoUUID": "92b3b14a-5169-4414-bb85-5de4df9a4bc6",
    "StickerVisible": 3,
    "UserUUIDCur": "5469795f-4fd1-4972-8d73-a9bb92863c5b"
  }
]