SightMap® Query String API
The application can receive configuration via the URL's query string. Listed below are the parameters the application will accept.
Parameter | Description | Default Value | Example Value |
---|---|---|---|
unit_number | The prospect-facing identifier for the selected unit. | none | 1-101 or 303 |
unit_id | The Unit Map ID for the selected unit. | none | 123446 |
display_details | Whether or not to display the unit details popup. The value is expected to be either 0 or 1 .Note: This value is only considered if unit_id or unit_number is provided. | 1 | 0 or 1 |
move_in_date | Sets the move in date value for the user. The value is expected to be any valid date string format recognized in browsers. We recommend using the ISO 8601 format. | none | 2017-06-20 or 06/20/2017 |
lease_term | Sets the lease term value for the user. The value is expected to be a positive, non-zero integer. | none | 9 or 15 |
https://sightmap.com/embed/rx1p89krwd6?unit_number=0401&display_details=1
Updated about 7 years ago