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": "bdb4cec1-fe6e-49c4-93cc-60d8a6343e10" }
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": "72d74618-9888-4381-bedf-2f86818180ff" }, { "ChatCategoryID": 1, "ChatCategoryName": "sample string 2", "Title": "sample string 3", "ChatCategoryVisible": true, "UserUUIDCur": "72d74618-9888-4381-bedf-2f86818180ff" } ]