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": "b40d5fd8-7906-4eeb-b5dd-6602f07f5bff",
"BackgroundVisible": 1,
"UserUUIDCur": "d8360bbe-934e-44d5-9042-f599745475a8"
},
{
"BackgroundID": 1,
"BackgroundName": "sample string 1",
"PhotoUUID": "b40d5fd8-7906-4eeb-b5dd-6602f07f5bff",
"BackgroundVisible": 1,
"UserUUIDCur": "d8360bbe-934e-44d5-9042-f599745475a8"
}
]