GET 17.0/database/keys/{id}

Description

Retrieve Keys

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

PropertyID

integer

None.

Reference

string

String length: inclusive between 0 and 10

Notes

string

None.

Status

byte

None.

UpdatedDate

date

None.

CardID

string

String length: inclusive between 0 and 50

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "propertyID": 2,
  "reference": "sample string 3",
  "notes": "sample string 4",
  "status": 64,
  "updatedDate": "2025-01-09T20:13",
  "cardID": "sample string 7",
  "inActive": 64
}

application/xml, text/xml

Sample:
<Keys xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <PropertyID>2</PropertyID>
  <Reference>sample string 3</Reference>
  <Notes>sample string 4</Notes>
  <Status>64</Status>
  <UpdatedDate>2025-01-09T20:13:44.3992187+00:00</UpdatedDate>
  <CardID>sample string 7</CardID>
  <InActive>64</InActive>
</Keys>