GET v1/properties?owner={owner}&size={size}&page={page}
Get list of properties by owner with pagination
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| owner |
owner - agency ID or office ID or agent ID, default who log in |
string |
None. |
| size |
page size (up to 100) |
integer |
Default value is 100 |
| page |
page number |
integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.