POST api/AppChat/AppGetChatCategory
AppGetChatCategory
Request Information
URI Parameters
None.
Body Parameters
AppGetFunCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "fd145556-2f64-4381-8b3e-5c42c78e4188"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ChatCategoryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatCategoryID | integer |
None. |
|
| ChatCategoryName | string |
None. |
|
| Title | string |
None. |
|
| ChatCategoryVisible | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ChatCategoryID": 1,
"ChatCategoryName": "sample string 2",
"Title": "sample string 3",
"ChatCategoryVisible": true,
"UserUUIDCur": "82bcb05c-a088-4f7d-a451-5dc6422d218d"
},
{
"ChatCategoryID": 1,
"ChatCategoryName": "sample string 2",
"Title": "sample string 3",
"ChatCategoryVisible": true,
"UserUUIDCur": "82bcb05c-a088-4f7d-a451-5dc6422d218d"
}
]