POST api/Fun/GetFunCategory
AppGetFunCategory
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": "3507db01-49bb-4183-8ccf-3f17dfb76a69" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetFunCategory_ResponseName | Description | Type | Additional information |
---|---|---|---|
FunCategoryID | integer |
None. |
|
FunCategoryName | string |
None. |
|
Title | string |
None. |
|
FunCategoryIDLng | decimal number |
None. |
|
FunCategoryVisible | boolean |
None. |
|
AutoRefresh | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FunCategoryID": 1, "FunCategoryName": "sample string 2", "Title": "sample string 3", "FunCategoryIDLng": 4.1, "FunCategoryVisible": true, "AutoRefresh": true, "UserUUIDCur": "0d13ab50-ba0e-4d29-a67e-063c66181334" }, { "FunCategoryID": 1, "FunCategoryName": "sample string 2", "Title": "sample string 3", "FunCategoryIDLng": 4.1, "FunCategoryVisible": true, "AutoRefresh": true, "UserUUIDCur": "0d13ab50-ba0e-4d29-a67e-063c66181334" } ]