Account Bookings

Get bookings stats between two dates by facility for an entire account.

GET/accounts/:aid/bookings

start_dateString: Date ISO 8601Starting day of which move ins are counted
end_dateString: Date ISO 8601Ending day of which move ins are counted

                

Account Inventory

Get inventory stats by facility for an entire account.

GET/accounts/:aid/inventory

start_dateString: Date ISO 8601Starting day of which move ins are counted
end_dateString: Date ISO 8601Ending day of which move ins are counted

                

Account Overview

Get stats about each facility for an entire account.

GET/accounts/:aid/overview

start_dateString: Date ISO 8601Starting day of which move ins are counted
end_dateString: Date ISO 8601Ending day of which move ins are counted

                

Facility Bids Report

Get the current rank, bid, and suggested bid increase of a facility

GET/facilities/:fid/bids


                

Get Consumer Clicks Data of A Facility

Get the count of views from SF.com or SSDC for a specific facility over a certain time range

GET/facilities/:fid/consumer_clicks

start_dateString: Date ISO 8601Starting day of which reservations are counted
end_dateString: Date ISO 8601Ending day of which reservations are counted. Will cut off at time given

                

Get Impressions of A Facility

Get the rate at which bookings at this facility actually move-in.

GET/facilities/:fid/impressions

start_dateString: Date ISO 8601Starting day of which reservations are counted
end_dateString: Date ISO 8601Ending day of which reservations are counted. Will cut off at time given

                

Facility Inventory Report

Get the unit type and actual unit counts at a facility.

GET/facilities/:fid/inventory


                

Get Move-In Rate of A Facility

Get the rate at which bookings at this facility actually move-in.

GET/facilities/:fid/move-in-rate

start_dateString: Date ISO 8601Starting day of which reservations are counted
end_dateString: Date ISO 8601Ending day of which reservations are counted. Will cut off at time given

                

Get Reservation Data of A Facility

Get the count of reservations for a specific facility over a certain time range

GET/facilities/:fid/reservations

start_dateString: Date ISO 8601Starting day of which reservations are counted
end_dateString: Date ISO 8601Ending day of which reservations are counted. Will cut off at time given

                

Get ROI Data of A Facility

Get the return on investment for a specific facility over a certain time range

GET/facilities/:fid/roi

start_dateString: Date ISO 8601Starting day of which reservations are counted
end_dateString: Date ISO 8601Ending day of which reservations are counted. Will cut off at time given

                

Facility Reviews Report

Get the number of reviews and average rating.

GET/facilities/:fid/reviews


                

Get Views of A Facility

Get the number of views a facility has had over a date range.

GET/facilities/:fid/views

start_dateString: Date ISO 8601Starting day of which reservations are counted
end_dateString: Date ISO 8601Ending day of which reservations are counted. Will cut off at time given