POST api/AppPersonal/GetPersonalCategory
AppGetPersonalCategory
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": "376c4159-daab-4651-83cd-f5ecc98dbee0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PersonalCategory| Name | 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": "06c9f0f7-d372-4f64-920c-58e0caf61c61"
},
{
"PersonalCategoryID": 1,
"PersonalCategoryName": "sample string 2",
"Title": "sample string 3",
"PersonalCategoryVisible": true,
"UserUUIDCur": "06c9f0f7-d372-4f64-920c-58e0caf61c61"
}
]