GET api/property/{id}/isowninggrouparchived
Checks if the owning group for a property is archived 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 to check |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns true if is archived, false if it's not. It will throw an exception if cannot be resolved.
booleanResponse Formats
application/json, text/json
Sample:
true