GET api/property/{id}/certificate
Get a list of certificates for a property Processes this property API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The Id of the property |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
Collection of PropertyCertificateDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name value. |
string |
None. |
| CertificateType |
The certificate type value. |
EnumDataContract |
None. |
| Documents |
The collection of documents. |
Collection of DocumentDataContract |
None. |
| StartDate |
The start date, expressed as a date and time. |
date |
None. |
| ExpiryDate |
The expiry date, expressed as a date and time. |
date |
None. |
| ReceivedDate |
The received date, expressed as a date and time. |
date |
None. |
| Expired |
Indicates whether expired is true. |
boolean |
None. |
| Status |
The status value. |
string |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.