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": "234d4877-1247-4c89-a7fc-7913e6ce2802" }
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": "f4afeab4-c4d7-4453-b451-03c5db77ffa9" }, { "PersonalCategoryID": 1, "PersonalCategoryName": "sample string 2", "Title": "sample string 3", "PersonalCategoryVisible": true, "UserUUIDCur": "f4afeab4-c4d7-4453-b451-03c5db77ffa9" } ]