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": "07ce06b2-2116-41c8-b2c3-5399ed5ec48c"
}
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": "5b2c8533-3b6f-4ba1-9267-85c82adb7b65"
},
{
"ChatCategoryID": 1,
"ChatCategoryName": "sample string 2",
"Title": "sample string 3",
"ChatCategoryVisible": true,
"UserUUIDCur": "5b2c8533-3b6f-4ba1-9267-85c82adb7b65"
}
]