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": "5e902891-22a9-4c15-8997-71980d6e44f0" }
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": "13de51b4-72c0-4104-b1c7-f74e06687036" }, { "LiveCategoryID": 1, "LiveCategoryName": "sample string 2", "Title": "sample string 3", "LiveCategoryVisible": true, "UserUUIDCur": "13de51b4-72c0-4104-b1c7-f74e06687036" } ]