POST api/AppPersonal/GetPersonalCategory
AppGetPersonalCategory
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": "378d4d19-729e-4013-8f46-1ba05ae6d710" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PersonalCategoryName | Description | Type | Additional information |
---|---|---|---|
PersonalCategoryID | integer |
None. |
|
PersonalCategoryName | string |
None. |
|
Title | string |
None. |
|
PersonalCategoryVisible | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PersonalCategoryID": 1, "PersonalCategoryName": "sample string 2", "Title": "sample string 3", "PersonalCategoryVisible": true, "UserUUIDCur": "cd5d43f7-4ae2-43bc-8d3d-08b199c5f237" }, { "PersonalCategoryID": 1, "PersonalCategoryName": "sample string 2", "Title": "sample string 3", "PersonalCategoryVisible": true, "UserUUIDCur": "cd5d43f7-4ae2-43bc-8d3d-08b199c5f237" } ]