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": "99ed924c-c703-4858-906d-a65f71b8e1b5"
}
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": "af53434f-e46a-47a4-aaec-013165ab5c89"
},
{
"LiveCategoryID": 1,
"LiveCategoryName": "sample string 2",
"Title": "sample string 3",
"LiveCategoryVisible": true,
"UserUUIDCur": "af53434f-e46a-47a4-aaec-013165ab5c89"
}
]