POST api/AppChat/AppGetChatCategory
AppGetChatCategory
Request Information
URI Parameters
None.
Body Parameters
AppGetFunCategoryName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "d8206434-9e0a-4a26-9b9d-40e98a48c589" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ChatCategoryResponseName | 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": "691e201d-a206-4aa7-b4be-3cad0d6896d1" }, { "ChatCategoryID": 1, "ChatCategoryName": "sample string 2", "Title": "sample string 3", "ChatCategoryVisible": true, "UserUUIDCur": "691e201d-a206-4aa7-b4be-3cad0d6896d1" } ]