Services relating to table exports

Supported Formats

json

GET /api/v2/table/exports
All Table Exports.

Supported Formats

json

Errors

Code Description
404 Not Found - The table export MUST be available to the current user.
422 Unprocessable Entity - The form data contains errors.
401 Unauthorized

Params

Param name Description
token
required

The token for user authentication.

Validations:

  • Must be a String


GET /api/v2/table/exports/:id
One Table Export.

Supported Formats

json

Errors

Code Description
422 Unprocessable Entity - The form data contains errors.
401 Unauthorized
404 Not Found

Params

Param name Description
token
required

The token for user authentication.

Validations:

  • Must be a String


GET /api/v2/table/exports/:id/download
Download File for Table Export.

Supported Formats

json

Errors

Code Description
422 Unprocessable Entity - The form data contains errors.
401 Unauthorized
404 Not Found

Params

Param name Description
token
required

The token for user authentication.

Validations:

  • Must be a String


POST /api/v2/table/exports
New Table Export.

Supported Formats

json

Errors

Code Description
404 Not Found - The table export MUST be available to the current user.
401 Unauthorized
422 Unprocessable Entity

Params

Param name Description
token
required

The token for user authentication.

Validations:

  • Must be a String

rp_table_download
required

The table export.

Validations:

  • Must be a Hash

rp_table_download[rp_cities_report_id]
required

The unique ID for the Audit Report.

Validations:

  • Must be a Integer

rp_table_download[rp_table_writer_format]
required

The file format.

Validations:

  • Must be one of: csv, xlsx.

rp_table_download[rp_table_download_buildings_attributes]
optional

The table export buildings.

Validations:

  • Must be an Array of nested elements

rp_table_download[rp_table_download_buildings_attributes][rp_building_id]
required

The unique ID for the Audit Template building.

Validations:

  • Must be a Integer

rp_table_download[rp_annual_summary_entries_count]
optional

The number of Annual Summaries per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_condenser_plants_count]
optional

The number of Condenser Plants per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_cooling_plants_count]
optional

The number of Cooling Plants per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_elevators_count]
optional

The number of Elevators per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_energy_deliveries_count]
optional

The number of Energy Deliveries per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_energy_meter_readings_count]
optional

The number of Energy Meter Readings per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_energy_savings_count]
optional

The number of Energy Savings per Energy Savings Package.

Validations:

  • Must be a Integer

rp_table_download[rp_energy_savings_measures_count]
optional

The number of Energy Savings Measures per Energy Savings Package.

Validations:

  • Must be a Integer

rp_table_download[rp_energy_savings_packages_count]
optional

The number of Energy Savings Packages per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_energy_supply_sources_count]
optional

The number of Energy Supply Sources per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_energy_uses_count]
optional

The number of Energy Uses per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_exterior_floors_count]
optional

The number of Exterior Floors per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_fixtures_count]
optional

The number of Lighting Fixtures per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_fixtures_space_functions_count]
optional

The number of Space Functions per Lighting Fixture.

Validations:

  • Must be a Integer

rp_table_download[rp_foundations_count]
optional

The number of Foundations per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_heating_plants_count]
optional

The number of Heating Plants per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_hot_water_systems_count]
optional

The number of Hot Water Systems per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_hot_water_systems_space_functions_count]
optional

The number of Space Functions per Hot Water System.

Validations:

  • Must be a Integer

rp_table_download[rp_hvac_systems_count]
optional

The number of HVAC Systems per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_hvac_systems_space_functions_count]
optional

The number of Space Functions per HVAC System.

Validations:

  • Must be a Integer

rp_table_download[rp_measure_savings_count]
optional

The number of Measure Savings per Energy Savings Measure.

Validations:

  • Must be a Integer

rp_table_download[rp_operations_count]
optional

The number of Operations per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_roofs_count]
optional

The number of Roofs per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_shared_system_annual_summary_entries_count]
optional

The number of Shared System Annual Summaries per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_shared_system_energy_uses_count]
optional

The number of Shared System Energy Uses per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_skylights_count]
optional

The number of Skylights per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_space_functions_count]
optional

The number of Space Functions per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_walls_count]
optional

The number of Walls per Building.

Validations:

  • Must be a Integer

rp_table_download[rp_windows_count]
optional

The number of Windows per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_clothes_washers_count]
optional

The number of Facility Clothes Washers per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_cooling_towers_count]
optional

The number of Facility Cooling Towers per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_faucets_count]
optional

The number of Facility Faucets per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_irrigation_controllers_count]
optional

The number of Facility Landscape Irrigation Controllers per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_irrigation_stations_count]
optional

The number of Stations per Facility Landscape Irrigation Controller.

Validations:

  • Must be a Integer

rp_table_download[wa_showerheads_count]
optional

The number of Facility Showerheads per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_toilets_count]
optional

The number of Facility Toilets per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_urinals_count]
optional

The number of Facility Urinals per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_water_features_count]
optional

The number of Facility Water Features per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_water_savings_count]
optional

The number of Facility Water Savings per Water Savings Package per Building.

Validations:

  • Must be a Integer

rp_table_download[wa_water_savings_packages_count]
optional

The number of Facility Water Savings Packages per Building.

Validations:

  • Must be a Integer