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_ResponseName | 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": "432de38e-8344-49f8-8aa1-1efdf9c7510e", "BackgroundVisible": 1, "UserUUIDCur": "bae14135-1aab-4be5-b397-f7f4cf8982ec" }, { "BackgroundID": 1, "BackgroundName": "sample string 1", "PhotoUUID": "432de38e-8344-49f8-8aa1-1efdf9c7510e", "BackgroundVisible": 1, "UserUUIDCur": "bae14135-1aab-4be5-b397-f7f4cf8982ec" } ]