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": "f39810ab-20e3-4dc6-a358-05367c941aef"
}
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": "b59600b5-a626-4c94-96e7-bd64ef47c55d"
},
{
"ChatCategoryID": 1,
"ChatCategoryName": "sample string 2",
"Title": "sample string 3",
"ChatCategoryVisible": true,
"UserUUIDCur": "b59600b5-a626-4c94-96e7-bd64ef47c55d"
}
]