GET api/AppChat/AppGetChatBackground?UserUUIDCur={UserUUIDCur}

AppGetChatBackground

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AppGetChatBackground_Response
NameDescriptionTypeAdditional information
BackgroundID

integer

None.

BackgroundName

string

None.

PhotoUUID

globally unique identifier

None.

BackgroundVisible

integer

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BackgroundID": 1,
    "BackgroundName": "sample string 1",
    "PhotoUUID": "ec2d58f5-245a-4c7d-9cdf-6a15855b53ac",
    "BackgroundVisible": 1,
    "UserUUIDCur": "374ed1ca-3b9f-451c-98cd-2a5ea2a673ed"
  },
  {
    "BackgroundID": 1,
    "BackgroundName": "sample string 1",
    "PhotoUUID": "ec2d58f5-245a-4c7d-9cdf-6a15855b53ac",
    "BackgroundVisible": 1,
    "UserUUIDCur": "374ed1ca-3b9f-451c-98cd-2a5ea2a673ed"
  }
]