gridX API Changelog

Changelog 2025-04-04T07:13:19.108Z

GET /gateways

  • added the new optional ‘query’ request parameter ‘serial_number’
  • added the new optional ‘query’ request parameter ‘start_code’

(sha 95449317)

Changelog 2025-04-24T15:28:16.449Z

GET /clusters/{clusterID}/live

  • added the optional property ‘evChargingStation/stationState’ to the response with the ‘200’ status
  • added the optional property ‘evChargingStations/items/stationState’ to the response with the ‘200’ status

GET /systems/{systemID}/historical

  • added the optional property ‘data/items/evChargingStations/items/stationState’ to the response with the ‘200’ status
  • added the optional property ‘total/evChargingStations/items/stationState’ to the response with the ‘200’ status

GET /systems/{systemID}/live

  • added the optional property ‘evChargingStation/stationState’ to the response with the ‘200’ status
  • added the optional property ‘evChargingStations/items/stationState’ to the response with the ‘200’ status

GET /systems/{systemID}/timeofuse/settings

  • added the required property ‘excludeAssetIDs’ to the response with the ‘200’ status

PATCH /systems/{systemID}/timeofuse/settings

  • added the new optional ‘query’ request parameter ‘skipClusterCreation’
  • added the required property ‘excludeAssetIDs’ to the response with the ‘200’ status

PUT /systems/{systemID}/timeofuse/settings

  • added the new optional ‘query’ request parameter ‘skipClusterCreation’
  • added the required property ‘excludeAssetIDs’ to the response with the ‘200’ status

(sha d996ff26)

Changelog 2025-05-06T08:33:28.836Z

GET /health-checks

  • :warning: added the new ‘energyFlow’ enum value to the ‘checks/items/type’ response property for the response status ‘200’

POST /health-checks

  • :warning: added the new ‘energyFlow’ enum value to the ‘results/items/results/items/type’ response property for the response status ‘200’
  • added the new ‘energyFlow’ enum value to the request property ‘checks/items/type’
  • added ‘#/components/schemas/EnergyFlowCheckRequest’ to the ‘checks/items/params’ request property ‘oneOf’ list

GET /systems

  • :warning: deleted the ‘query’ request parameter ‘start_code’

(sha e2532062)