Endpoint Comparison
Compare v1 and v2 endpoints to identify migration requirements and available functionality.
Available in v2
These endpoints are currently available and provide equivalent or enhanced functionality compared to v1:
🟢 Devices
| v1 Endpoint | v2 Equivalent | Status & Notes |
|---|---|---|
| N/A | GET /devices | ✅ New in v2 - List all devices with metadata |
| N/A | GET /devices/{deviceuuid}/consumption/{metrictype} | ✅ New in v2 - Get device-level consumption data |
| N/A | POST /devices/{deviceuuid}/schedule | ✅ New in v2 - Send device control commands |
🟢 Spaces
| v1 Endpoint | v2 Equivalent | Status & Notes |
|---|---|---|
| N/A | GET /spaces | ✅ New in v2 - List all spaces with metadata |
GET /spaces/details/{spaceId} | GET /spaces/{spaceuuid}/overview | ✅ Available - Enhanced space metadata |
GET /spaces/utilities/{spaceId} | GET /spaces/{spaceuuid}/aggregate/{metrictype}/hourly | ✅ Available - Current utilities data with configurable granularity |
GET /spaces/utilities/{spaceId}/history | GET /spaces/{spaceuuid}/aggregate/{metrictype}/daily | ✅ Available - Historical utilities with flexible time ranges |
GET /spaces/utilities/{spaceId}/monthly | GET /spaces/{spaceuuid}/aggregate/{metrictype}/daily | ✅ Available - Monthly aggregation available |
GET /spaces/multiSensor/{spaceId} | GET /spaces/{spaceuuid}/aggregate/{metrictype}/hourly | ✅ Available - Current environmental data |
GET /spaces/multiSensor/{spaceId}/history | GET /spaces/{spaceuuid}/aggregate/{metrictype}/daily | ✅ Available - Historical environmental data |
GET /spaces/performance/{spaceId} | GET /spaces/{spaceuuid}/aggregate/{metrictype}/daily | ✅ Available - Space performance metrics for the month |
GET /spaces/utilities/performance/{spaceId} | GET /spaces/{spaceuuid}/aggregate/{metrictype}/daily | ✅ Available - Utilities performance for the month |
Future Enhancements
These v1 endpoints will be superseded by enhanced functionality in future v2 releases:
🟠 Occupancy Data (People Counting)
GET /buildings/occupancy/{buildingId}- Current building occupancyGET /buildings/occupancy/{buildingId}/history- Historical building occupancyGET /sites/occupancy/{siteId}- Current site occupancyGET /sites/occupancy/{siteId}/history- Historical site occupancy
🟠 Performance & Analytics
GET /spaces/utilities/rank/{spaceId}- Space rankingGET /spaces/tip/{spaceId}- Energy saving tips
Not Available in v2
These v1 endpoints are scheduled for retirement and will not be implemented in v2 due to low partner adoption:
🔴 Asset Management
GET /tenant/logo- Get tenant logoGET /building/image/{buildingId}- Get building images
🔴 Weather Data
GET /buildings/weather/{buildingId}- Building weather dataGET /sites/weather/{siteId}- Site weather data
🔴 Carbon Data
GET /buildings/carbonIntensity/{buildingId}- Building carbon intensityGET /buildings/carbonIntensity/{buildingId}/carbonGenerationMix- Building carbon mixGET /sites/carbonIntensity/{siteId}- Site carbon intensityGET /sites/carbonIntensity/{siteId}/carbonGenerationMix- Site carbon mixGET /spaces/carbonEmissions/{spaceId}- Space carbon emissions
Migration Planning
Use this comparison to plan your migration:
- 🟢 Available endpoints can be migrated immediately
- 🔴 Retired endpoints require alternative solutions or removal
- 🟠 Future endpoints may be worth waiting for enhanced replacements
Contact your technical contact early in migration planning if your application depends on retired or future endpoints.