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": "f6e0da1d-0dcb-4e50-8649-afdc884c7d12" }
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": "2f1e123b-4fa2-4a63-84dd-c2d254151394" }, { "ChatCategoryID": 1, "ChatCategoryName": "sample string 2", "Title": "sample string 3", "ChatCategoryVisible": true, "UserUUIDCur": "2f1e123b-4fa2-4a63-84dd-c2d254151394" } ]