POST api/AppLive/AppGetLiveCategory
AppGetLiveCategory
Request Information
URI Parameters
None.
Body Parameters
AppGetFunCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "85087cb6-5fdf-4f64-a04b-4d3fa9b07f40"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of LiveCategoryResponse| Name | 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": "b568a7a2-7890-487a-b53c-ec6c3b2d3e62"
},
{
"LiveCategoryID": 1,
"LiveCategoryName": "sample string 2",
"Title": "sample string 3",
"LiveCategoryVisible": true,
"UserUUIDCur": "b568a7a2-7890-487a-b53c-ec6c3b2d3e62"
}
]