GET api/property/{id}/isowninggrouparchived

Checks if the owning group for a property is archived

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

boolean

Response Formats

application/json, text/json

Sample:
true