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": "ba939d3b-034e-4ea5-b225-73e55ee07eb6",
    "BackgroundVisible": 1,
    "UserUUIDCur": "17a31d01-4516-4f64-8fdb-7eceb6f4f7c1"
  },
  {
    "BackgroundID": 1,
    "BackgroundName": "sample string 1",
    "PhotoUUID": "ba939d3b-034e-4ea5-b225-73e55ee07eb6",
    "BackgroundVisible": 1,
    "UserUUIDCur": "17a31d01-4516-4f64-8fdb-7eceb6f4f7c1"
  }
]