GET api/v1/Persons/{id}/Keys
Gets keys linked to the given person by person id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Person id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GetKeysByPersonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Keys |
List of person's keys |
Collection of Key |
None. |
Response Formats
application/json, text/json
Sample:
{
"Keys": [
{
"FNKey_ID": "f6e2c366-859d-4b74-84e8-a88d9d536580",
"ROM_ID": "sample string 2",
"Description": "sample string 3",
"ExpireDate": "2025-10-30T06:04:53.931613+02:00",
"InfoText": "sample string 4",
"Person_ID": "9f6c5f62-eaf1-47f2-b2d0-9dccea65fa92",
"RealEstate_ID": "4e18e4d7-eea2-4572-989f-82e84aa6f8cb",
"Stamp": "sample string 6",
"State": 7,
"TagKey": "sample string 8",
"StampSource": 9,
"TagKeySource": 10,
"VersionCode": "sample string 11"
},
{
"FNKey_ID": "f6e2c366-859d-4b74-84e8-a88d9d536580",
"ROM_ID": "sample string 2",
"Description": "sample string 3",
"ExpireDate": "2025-10-30T06:04:53.931613+02:00",
"InfoText": "sample string 4",
"Person_ID": "9f6c5f62-eaf1-47f2-b2d0-9dccea65fa92",
"RealEstate_ID": "4e18e4d7-eea2-4572-989f-82e84aa6f8cb",
"Stamp": "sample string 6",
"State": 7,
"TagKey": "sample string 8",
"StampSource": 9,
"TagKeySource": 10,
"VersionCode": "sample string 11"
}
]
}
application/xml, text/xml
Sample:
<KeyParams.GetKeysByPersonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.ws.WebApi.Params">
<Keys xmlns:d2p1="http://schemas.datacontract.org/2004/07/iloq.manager.server.bus">
<d2p1:Key>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ExpireDate>2025-10-30T06:04:53.931613+02:00</d2p1:ExpireDate>
<d2p1:FNKey_ID>f6e2c366-859d-4b74-84e8-a88d9d536580</d2p1:FNKey_ID>
<d2p1:InfoText>sample string 4</d2p1:InfoText>
<d2p1:Person_ID>9f6c5f62-eaf1-47f2-b2d0-9dccea65fa92</d2p1:Person_ID>
<d2p1:ROM_ID>sample string 2</d2p1:ROM_ID>
<d2p1:RealEstate_ID>4e18e4d7-eea2-4572-989f-82e84aa6f8cb</d2p1:RealEstate_ID>
<d2p1:Stamp>sample string 6</d2p1:Stamp>
<d2p1:StampSource>9</d2p1:StampSource>
<d2p1:State>7</d2p1:State>
<d2p1:TagKey>sample string 8</d2p1:TagKey>
<d2p1:TagKeySource>10</d2p1:TagKeySource>
<d2p1:VersionCode>sample string 11</d2p1:VersionCode>
</d2p1:Key>
<d2p1:Key>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:ExpireDate>2025-10-30T06:04:53.931613+02:00</d2p1:ExpireDate>
<d2p1:FNKey_ID>f6e2c366-859d-4b74-84e8-a88d9d536580</d2p1:FNKey_ID>
<d2p1:InfoText>sample string 4</d2p1:InfoText>
<d2p1:Person_ID>9f6c5f62-eaf1-47f2-b2d0-9dccea65fa92</d2p1:Person_ID>
<d2p1:ROM_ID>sample string 2</d2p1:ROM_ID>
<d2p1:RealEstate_ID>4e18e4d7-eea2-4572-989f-82e84aa6f8cb</d2p1:RealEstate_ID>
<d2p1:Stamp>sample string 6</d2p1:Stamp>
<d2p1:StampSource>9</d2p1:StampSource>
<d2p1:State>7</d2p1:State>
<d2p1:TagKey>sample string 8</d2p1:TagKey>
<d2p1:TagKeySource>10</d2p1:TagKeySource>
<d2p1:VersionCode>sample string 11</d2p1:VersionCode>
</d2p1:Key>
</Keys>
</KeyParams.GetKeysByPersonResult>