I2x
Get the i2X data associated with a project
Authorizations
Path parameters
projectIdstringRequired
The project ID
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
GET //projects/{projectId}/i2x HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
"i2x": {
"ratedPower": 1,
"technology": "text",
"storedEnergy": 1,
"ieee1547ReactivePowerCategory": "text",
"ieee1547DisturbanceCategory": "text",
"location": "text",
"dateOfApplication": "text",
"withdrawalReason": "text",
"timeFromApplicationToInterconnectedAgreement": "text",
"timeFromConstructionCompletionToPermissionToOperate": "text",
"status": "text",
"estimatedCostOfStudiesAndFees": "text",
"estimatedCostOfSystemUpgrades": "text",
"finalCostOfInterconnection": "text"
}
}