curl --request GET \
--url https://data.apartmentiq.io/apartmentiq/api/v1/accounts/{account_id}/comp_sets \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 11848667,
"type": "comp_set",
"attributes": {
"name": "Bowery Bayside Market",
"min_floorplan": 0,
"max_floorplan": 2,
"image": "https://apartmentiq-assets.rentable.co/images/accounts/9901947/comp-sets/11848667.jpg",
"market_survey": true,
"category": "market_survey",
"custom_property": false,
"value_add": false,
"addresses": [
"6301 S Westshore Blvd Tampa FL 33616"
],
"owned_property_addresses": [
{
"id": 99000673,
"address": "6301 S Westshore Blvd",
"city": "Tampa",
"state": "FL",
"zip_code": "33616"
}
],
"subject_property_ids": [
"99000673"
],
"created_at": "2024-02-13T12:00:00Z",
"show_recommendations_link": true
}
}
]
}Retrieves a list of comp sets the current user has access to within the given account.
curl --request GET \
--url https://data.apartmentiq.io/apartmentiq/api/v1/accounts/{account_id}/comp_sets \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 11848667,
"type": "comp_set",
"attributes": {
"name": "Bowery Bayside Market",
"min_floorplan": 0,
"max_floorplan": 2,
"image": "https://apartmentiq-assets.rentable.co/images/accounts/9901947/comp-sets/11848667.jpg",
"market_survey": true,
"category": "market_survey",
"custom_property": false,
"value_add": false,
"addresses": [
"6301 S Westshore Blvd Tampa FL 33616"
],
"owned_property_addresses": [
{
"id": 99000673,
"address": "6301 S Westshore Blvd",
"city": "Tampa",
"state": "FL",
"zip_code": "33616"
}
],
"subject_property_ids": [
"99000673"
],
"created_at": "2024-02-13T12:00:00Z",
"show_recommendations_link": true
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A Map with a data attribute that contains an array of all comp sets the user has access to in the given account.
Show child attributes
ID of the comp set.
11848667
Type of data returned in the response.
"comp_set"
Container for comp set attributes and metadata.
Show child attributes
Name of the comp set.
"Bowery Bayside Market"
Minimum floorplan size to include in the comp set data, where 0 is a studio and 5 is a 5 bedroom unit.
0
Maximum floorplan size to include in the comp set data, where 0 is a studio and 5 is a 5 bedroom unit.
2
URL of the image representing the comp set.
"https://apartmentiq-assets.rentable.co/images/accounts/9901947/comp-sets/11848667.jpg"
Whether the comp set is a Market Survey or a Research Report.
true
The comp set category: market_survey, research_report, or legacy_research_report.
"market_survey"
Whether or not the comp set contains custom property.
false
Whether or not the comp set is set to include value add properties.
false
List of street addresses of subject properties in the comp set.
["6301 S Westshore Blvd Tampa FL 33616"]List of street addresses of subject properties in the comp set broken up by part
[
{
"id": 99000673,
"address": "6301 S Westshore Blvd",
"city": "Tampa",
"state": "FL",
"zip_code": "33616"
}
]List of IDs of subject properties in the comp set.
["99000673"]Date the comp set was created, in ISO 8601 format.
"2024-02-13T12:00:00Z"
Indicates if the market survey has recommendations enabled.
true