GET api/people/{id}/roles?pageSize={pageSize}&pageNumber={pageNumber}
Get basic role infomation for a Person by PersonId Processes this people 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 |
Body Parameters
None.
Response Information
Resource Description
A list of basic role information for a person
Collection of BasicPersonRoleDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Address |
The address value. |
AddressDataContract |
None. |
| PrimaryPhoto |
The primary photo value. |
DocumentDataContract |
None. |
| Price |
The price value. |
decimal number |
None. |
| PriceType |
The price type value. |
string |
None. |
| RoleType |
The role type value. |
string |
None. |
| PropertyStatus |
The property status value. |
string |
None. |
| RoleId |
The unique identifier of the related role resource. |
integer |
None. |
| OfferCount |
The offer count value. |
integer |
None. |
| OfferAcceptedPrice |
The offer accepted price value. |
decimal number |
None. |
| ViewingCount |
The viewing count value. |
integer |
None. |
| PropertyId |
The unique identifier of the related property resource. |
integer |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.