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": "9ce94efb-6c8f-4e08-b8c1-50a3365d34fa",
    "BackgroundVisible": 1,
    "UserUUIDCur": "a27e2bf9-68c7-4c0e-82b0-59f2585c0abf"
  },
  {
    "BackgroundID": 1,
    "BackgroundName": "sample string 1",
    "PhotoUUID": "9ce94efb-6c8f-4e08-b8c1-50a3365d34fa",
    "BackgroundVisible": 1,
    "UserUUIDCur": "a27e2bf9-68c7-4c0e-82b0-59f2585c0abf"
  }
]