GET api/AppChat/AppGetChatBackground?UserUUIDCur={UserUUIDCur}
AppGetChatBackground
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AppGetChatBackground_Response| Name | Description | Type | Additional 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": "9aa4cf24-d3cb-4787-b1b7-a0ba2faddfe2",
"BackgroundVisible": 1,
"UserUUIDCur": "2be4ea6e-61c6-4364-9fb0-30e8d204e253"
},
{
"BackgroundID": 1,
"BackgroundName": "sample string 1",
"PhotoUUID": "9aa4cf24-d3cb-4787-b1b7-a0ba2faddfe2",
"BackgroundVisible": 1,
"UserUUIDCur": "2be4ea6e-61c6-4364-9fb0-30e8d204e253"
}
]