Momentum Energi External Web Api (/api/external)
External REST API for customers and suppliers to Momentum Software AB.
/api/external/v3/notes
Controller for delivering published notes data upon requests.
API | Description |
---|---|
GET /api/external/v3/notes/{key} |
Retrieves all published notes associated with the specified space and its underlying objects. |
GET /api/external/v3/notes/{key}/{date} |
Retrieves all published notes associated with the specified object and its underlying objects since date |
/api/external/v3/statistics
Controller for delivering facility statistics data upon requests.
API | Description |
---|---|
GET /api/external/v3/statistics/facility/day/key/{key}/{start}/{end} |
Get daily statistics data for a specific facility between start and end date. |
GET /api/external/v3/statistics/facility/day/key/{key}/updated-after/{date} |
Get all daily data points for a specific facility that have been updated after a specific date. |
GET /api/external/v3/statistics/facility/day/space-key/{key}/{start}/{end} |
Get daily statistics data for a all facilities located under a specific space between start and end date. |
GET /api/external/v3/statistics/facility/day/space-key/{key}/updated-after/{date} |
Get daily statistics data for a all facilities located under a specific space that have been updated after a specific date. |
GET /api/external/v3/statistics/facility/day/space-level/{ordinal}/{start}/{end} |
Get daily statistics data for all facilities located under a space level between start and end date. |
GET /api/external/v3/statistics/facility/day/space-level/{ordinal}/updated-after/{date} |
Get daily statistics data for all facilities located under a space level that have been updated after a specific date. |
GET /api/external/v3/statistics/facility/month/key/{key}/{start}/{end} |
Get monthly statistics data for a specific facility between start and end date. |
GET /api/external/v3/statistics/facility/month/key/{key}/updated-after/{date} |
Get all data points for a specific facility that have been updated after a specific date. |
GET /api/external/v3/statistics/facility/month/space-key/{key}/{start}/{end} |
Get monthly statistics data for a all facilities located under a specific space between start and end date. |
GET /api/external/v3/statistics/facility/month/space-key/{key}/updated-after/{date} |
Get monthly statistics data for a all facilities located under a specific space that have been updated after a specific date. |
GET /api/external/v3/statistics/facility/month/space-level/{ordinal}/{start}/{end} |
Get monthly statistics data for all facilities located under a space level between start and end date. |
GET /api/external/v3/statistics/facility/month/space-level/{ordinal}/updated-after/{date} |
Get monthly statistics data for all facilities located under a space level that have been updated after a specific date. |
GET /api/external/v3/statistics/space/key/{key}/{start}/{end}/energy-usage |
Get monthly statistics data for a specific space in the structure, between start and end date, grouped by usage type. |
GET /api/external/v3/statistics/space/key/{key}/{start}/{end}/media |
Get monthly statistics data for a specific space in the structure, between start and end date, grouped by media. |
GET /api/external/v3/statistics/space/key/{key}/{start}/{end}/media-usage |
Get monthly statistics data for a specific space in the structure, between start and end date, grouped by media and usage. |
GET /api/external/v3/statistics/space/key/{key}/updated-after/{date}/energy-usage |
Get all monthly data points for a specific space that have been updated after a specific date, grouped by usage type. |
GET /api/external/v3/statistics/space/key/{key}/updated-after/{date}/media |
Get all monthly data points for a specific space that have been updated after a specific date, grouped by media. |
GET /api/external/v3/statistics/space/key/{key}/updated-after/{date}/media-usage |
Get all monthly data points for a specific space that have been updated after a specific date, grouped by media and usage. |
GET /api/external/v3/statistics/space/level/{ordinal}/{start}/{end}/energy-usage |
Get monthly statistics data for a space level in the structure, between start and end date, grouped by usage type. |
GET /api/external/v3/statistics/space/level/{ordinal}/{start}/{end}/media |
Get monthly statistics data for a space level in the structure, between start and end date, grouped by media. |
GET /api/external/v3/statistics/space/level/{ordinal}/{start}/{end}/media-usage |
Get monthly statistics data for a space level in the structure, between start and end date, grouped by media and usage. |
GET /api/external/v3/statistics/space/level/{ordinal}/updated-after/{date}/energy-usage |
Get all monthly data points for a space level that have been updated after a specific date, grouped by usage type. |
GET /api/external/v3/statistics/space/level/{ordinal}/updated-after/{date}/media |
Get all monthly data points for a space level that have been updated after a specific date, grouped by media. |
GET /api/external/v3/statistics/space/level/{ordinal}/updated-after/{date}/media-usage |
Get all monthly data points for a space level that have been updated after a specific date, grouped by media and usage. |
/api/external/v3/structure
Controller for delivering structure data upon requests.
API | Description |
---|---|
GET /api/external/v3/structure/levels |
Get all available space levels. |