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": "37a1bedd-845a-43bf-9351-9453f8ee9137",
"BackgroundVisible": 1,
"UserUUIDCur": "cfdef290-14d9-422d-ae8f-57f4b7132911"
},
{
"BackgroundID": 1,
"BackgroundName": "sample string 1",
"PhotoUUID": "37a1bedd-845a-43bf-9351-9453f8ee9137",
"BackgroundVisible": 1,
"UserUUIDCur": "cfdef290-14d9-422d-ae8f-57f4b7132911"
}
]