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": "ddbc2759-c777-4bde-9d60-bb8f49c9f5bf",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "74a959ee-6722-4aa6-a406-f050991675f6",
"Id": "ddbc2759-c777-4bde-9d60-bb8f49c9f5bf",
"CanUpdateRecord": true,
"CanDeleteRecord": true
},
{
"PersonCategoryId": "ddbc2759-c777-4bde-9d60-bb8f49c9f5bf",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "74a959ee-6722-4aa6-a406-f050991675f6",
"Id": "ddbc2759-c777-4bde-9d60-bb8f49c9f5bf",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
]
text/html
Sample:
[{"PersonCategoryId":"ddbc2759-c777-4bde-9d60-bb8f49c9f5bf","CategoryName":"sample string 2","ParentPersonCategoryId":"74a959ee-6722-4aa6-a406-f050991675f6","Id":"ddbc2759-c777-4bde-9d60-bb8f49c9f5bf","CanUpdateRecord":true,"CanDeleteRecord":true},{"PersonCategoryId":"ddbc2759-c777-4bde-9d60-bb8f49c9f5bf","CategoryName":"sample string 2","ParentPersonCategoryId":"74a959ee-6722-4aa6-a406-f050991675f6","Id":"ddbc2759-c777-4bde-9d60-bb8f49c9f5bf","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">ddbc2759-c777-4bde-9d60-bb8f49c9f5bf</Id>
<CategoryName>sample string 2</CategoryName>
<ParentPersonCategoryId>74a959ee-6722-4aa6-a406-f050991675f6</ParentPersonCategoryId>
<PersonCategoryId>ddbc2759-c777-4bde-9d60-bb8f49c9f5bf</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">ddbc2759-c777-4bde-9d60-bb8f49c9f5bf</Id>
<CategoryName>sample string 2</CategoryName>
<ParentPersonCategoryId>74a959ee-6722-4aa6-a406-f050991675f6</ParentPersonCategoryId>
<PersonCategoryId>ddbc2759-c777-4bde-9d60-bb8f49c9f5bf</PersonCategoryId>
</PersonCategoryOverview>
</ArrayOfPersonCategoryOverview>