GET api/v1/personcategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PersonCategoryOverview| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonCategoryId | globally unique identifier |
None. |
|
| CategoryName | string |
None. |
|
| ParentPersonCategoryId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PersonCategoryId": "949c4fae-12e4-4d9e-b04a-758343bf5f31",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "53e7d3a5-e5f3-4a4f-a0e9-9c2e9946df8d",
"Id": "949c4fae-12e4-4d9e-b04a-758343bf5f31",
"CanUpdateRecord": true,
"CanDeleteRecord": true
},
{
"PersonCategoryId": "949c4fae-12e4-4d9e-b04a-758343bf5f31",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "53e7d3a5-e5f3-4a4f-a0e9-9c2e9946df8d",
"Id": "949c4fae-12e4-4d9e-b04a-758343bf5f31",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
]
text/html
Sample:
[{"PersonCategoryId":"949c4fae-12e4-4d9e-b04a-758343bf5f31","CategoryName":"sample string 2","ParentPersonCategoryId":"53e7d3a5-e5f3-4a4f-a0e9-9c2e9946df8d","Id":"949c4fae-12e4-4d9e-b04a-758343bf5f31","CanUpdateRecord":true,"CanDeleteRecord":true},{"PersonCategoryId":"949c4fae-12e4-4d9e-b04a-758343bf5f31","CategoryName":"sample string 2","ParentPersonCategoryId":"53e7d3a5-e5f3-4a4f-a0e9-9c2e9946df8d","Id":"949c4fae-12e4-4d9e-b04a-758343bf5f31","CanUpdateRecord":true,"CanDeleteRecord":true}]
application/xml, text/xml
Sample:
<ArrayOfPersonCategoryOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Club">
<PersonCategoryOverview>
<CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
<CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
<Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">949c4fae-12e4-4d9e-b04a-758343bf5f31</Id>
<CategoryName>sample string 2</CategoryName>
<ParentPersonCategoryId>53e7d3a5-e5f3-4a4f-a0e9-9c2e9946df8d</ParentPersonCategoryId>
<PersonCategoryId>949c4fae-12e4-4d9e-b04a-758343bf5f31</PersonCategoryId>
</PersonCategoryOverview>
<PersonCategoryOverview>
<CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
<CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
<Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">949c4fae-12e4-4d9e-b04a-758343bf5f31</Id>
<CategoryName>sample string 2</CategoryName>
<ParentPersonCategoryId>53e7d3a5-e5f3-4a4f-a0e9-9c2e9946df8d</ParentPersonCategoryId>
<PersonCategoryId>949c4fae-12e4-4d9e-b04a-758343bf5f31</PersonCategoryId>
</PersonCategoryOverview>
</ArrayOfPersonCategoryOverview>