Residentia REST API
    • Residentia REST API
      • location
        • getLocations
        • getLocationByLocationNumber
      • sensor
        • getSensorBySensorId
        • getSensorHistoryBySensorId
      • overdrive
        • setOverdriveSettings
        • getOverdriveSettings
        • getOneLocationOverdriveSettings
        • getLocationOverdriveStatus
      • consumption_report
        • getMonthlyConsumption
        • getDailyConsumption
        • getDistrictHeating
        • specificEnergyConsumption
      • heating
        • getLocationHeatingCurve
        • getLocationTargetSetpoint
      • Schemas
        • LocationItem
        • LocationSensorItem
        • SensorItem
        • SensorHistoryItem
        • HistoryData
        • OverdriveBody
        • Overdrive
        • OverdrivePostResponse
        • OverdriveGetResponse
        • HeatingCurvePoint
        • HeatingCurveItem
        • TargetSetpointItem
        • OverdriveStatusItem
        • MonthlyConsumptionItem
        • SpecificEnergyTypeResult

    LocationItem

    {
        "location_name": "As Oy Testikatu 1",
        "location_number": "10000001",
        "business_id": "1234567-1"
    }
    Built with