POST api/AppLive/AppGetLiveCategory
AppGetLiveCategory
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": "8f10ee1c-eaa1-4503-9688-e033b114a7dc" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of LiveCategoryResponseName | Description | Type | Additional information |
---|---|---|---|
LiveCategoryID | integer |
None. |
|
LiveCategoryName | string |
None. |
|
Title | string |
None. |
|
LiveCategoryVisible | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LiveCategoryID": 1, "LiveCategoryName": "sample string 2", "Title": "sample string 3", "LiveCategoryVisible": true, "UserUUIDCur": "5eb0c9c3-9a0e-434a-a028-2ee8699b2879" }, { "LiveCategoryID": 1, "LiveCategoryName": "sample string 2", "Title": "sample string 3", "LiveCategoryVisible": true, "UserUUIDCur": "5eb0c9c3-9a0e-434a-a028-2ee8699b2879" } ]