GET api/property/{id}/valued?pageSize={pageSize}&pageNumber={pageNumber}¤tOwnersOnly={currentOwnersOnly}
Get all of the valued for current owner of the property. Set currentOwnersOnly to false if you want all valued events on the property regardless of owner
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
pageSize | integer |
Default value is 20 |
|
pageNumber | integer |
Default value is 1 |
|
currentOwnersOnly | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
PagedCollectionDataContractOfValuedDataContractName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
CurrentCount | integer |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
Collection | Collection of ValuedDataContract |
None. |
Response Formats
application/json
Sample:
text/json
Sample: