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": "d909e9a2-02ea-40e6-b0cb-1ddcf533d1e7", "BackgroundVisible": 1, "UserUUIDCur": "868984ad-6f25-4f11-ba6a-2ddee2846b95" }, { "BackgroundID": 1, "BackgroundName": "sample string 1", "PhotoUUID": "d909e9a2-02ea-40e6-b0cb-1ddcf533d1e7", "BackgroundVisible": 1, "UserUUIDCur": "868984ad-6f25-4f11-ba6a-2ddee2846b95" } ]