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 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 unique identifier of the requested resource. |
integer |
Required |
| pageSize |
The page size value supplied with the request. |
integer |
Default value is 20 |
| pageNumber |
The page number value supplied with the request. |
integer |
Default value is 1 |
| currentOwnersOnly |
The current owners only value supplied with the request. |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
PagedCollectionDataContractOfValuedDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount |
The total count value. |
integer |
None. |
| CurrentCount |
The current count value. |
integer |
None. |
| PageSize |
The page size value. |
integer |
None. |
| PageNumber |
The page number value. |
integer |
None. |
| Collection |
The collection of collection. |
Collection of ValuedDataContract |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.