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": "32e2c290-9fdb-4be3-b721-54919a2c8f86" }
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": "8008063b-a00f-45b8-96f0-1b1bc6f5e05e" }, { "ChatCategoryID": 1, "ChatCategoryName": "sample string 2", "Title": "sample string 3", "ChatCategoryVisible": true, "UserUUIDCur": "8008063b-a00f-45b8-96f0-1b1bc6f5e05e" } ]