Retrieves a list of floorplans for a comp set.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the comp set to get data for.
Filter the data by a comma-separated list of bedroom counts.
Filter the data by a comma-separated list of bathroom counts.
Filter the data by a comma-separated list of property IDs.
Filter the data by minimum unit size, in square feet.
Filter the data by maximum unit size, in square feet.
Filter the data by minimum rent, in dollars.
Filter the data by maximum rent, in dollars.
Filter the data by minimum date available, in ISO 8601 format.
Filter the data by maximum date available, in ISO 8601 format.
Filter the data by minimum year built.
Filter the data by maximum year built.
Filter the data by a comma-separated list of unit styles, where unit styles are affordable, standard, penthouse, or renovated.
Optional aggregation type to apply to the floor plan results (for example, averaging across units). If omitted, the service default is used.
A Map with a data attribute that contains an array of floorplans for the comp set.