logo
Core API - Release Notes - 2023-03-21
  • Certifications - Additional endpoint has been added to facilitate retrieval of all certifications within a portfolio along with relationships to buildings.
    '/core/v0/portfolios/{portfolio_id}/certifications/'
  • Waste Meters - Additional endpoint has been added to facilitate retrieval of all waste meters within a portfolio along with relationships to buildings. Endpoint supports filtering via RSQL operators.
    ‘/core/v0/portfolios/{portfolio_id}/waste_meters’
  • Energy & Water Meters - Additional endpoint has been added to facilitate retrieval of all energy & water meters within a portfolio along with relationships to buildings. Endpoint supports filtering via RSQL operators.
    '/core/v0/portfolios/{portfolio_id}/meters'
  • Certifications POST method has been added. Certifications can now be added in relation to a building. Custom and standard certification types for a portfolio can be retrieved from the Certification Types endpoint: ‘/core/v0/portfolios/{portfolio_id}/certification_types’
  • Buildings endpoint attributes have been updated to include control related data. The 'percentOwned' and 'isSingleTenant' attributes have been added and distinguish if a building is single or multi-tenant, leased (if 'percentOwned' = null), along with the percentage of ownership. These are non-required fields.
  • Spaces DELETE method has been added. Spaces within a building can now be deleted. If a space with an 'estarSpaceId' is deleted, spaces for the building will no longer be synced with Energy Star.
  • Funds DELETE method has been added. Funds within a portfolio can now be deleted. 
Back to Release Notes