GET api/negotiator/my/properties/{roleType}?pageSize={pageSize}&pageNumber={pageNumber}
Used for the Property Sales Dashboard to return a list of the negotiator's properties.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| roleType |
the PropertyMarketingRole type |
string |
Required |
| pageSize |
how many properties to return (default 10) |
integer |
Default value is 10 |
| pageNumber |
which page number of results to choose |
integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
PagedCollectionDataContractOfNegotiatorPropertyDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| CurrentCount | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| Collection | Collection of NegotiatorPropertyDataContract |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.