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": "4f3d0763-2d21-4ba0-ad70-26433cf315cb"
}

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": "98987612-05a0-4c25-82ef-ae12ff3fb913",
    "StickerVisible": 3,
    "UserUUIDCur": "352ebe44-fdcd-415f-9df8-f09e41ec2997"
  },
  {
    "StickerID": 1,
    "StickerName": "sample string 2",
    "PhotoUUID": "98987612-05a0-4c25-82ef-ae12ff3fb913",
    "StickerVisible": 3,
    "UserUUIDCur": "352ebe44-fdcd-415f-9df8-f09e41ec2997"
  }
]