GET api/people/{id}/roles?pageSize={pageSize}&pageNumber={pageNumber}
Get basic role infomation for a Person by PersonId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
pageSize | integer |
Default value is 20 |
|
pageNumber | integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
A list of basic role information for a person
Collection of BasicPersonRoleDataContractName | Description | Type | Additional information |
---|---|---|---|
Address | AddressDataContract |
None. |
|
PrimaryPhoto | DocumentDataContract |
None. |
|
Price | decimal number |
None. |
|
PriceType | string |
None. |
|
RoleType | string |
None. |
|
PropertyStatus | string |
None. |
|
RoleId | integer |
None. |
|
OfferCount | integer |
None. |
|
OfferAcceptedPrice | decimal number |
None. |
|
ViewingCount | integer |
None. |
|
PropertyId | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample: