Get list of integrations that the site is connected to
x-ms-visibility: "important"
Use this endpoint to get integrations for one site.
Responses
- 200
- 400
- 401
Return the JSON representation of integrations
application/json
Schema
Example (from schema)
response
Schema
- Array [
- ]
integrationName string
integrationId string
locationId string
locationExternalId string
integrationType string
integrationStatus string
integrationVersion string
[
{
"integrationName": "string",
"integrationId": "string",
"locationId": "string",
"locationExternalId": "string",
"integrationType": "string",
"integrationStatus": "string",
"integrationVersion": "string"
}
]
[{"integrationName":"User defined name 1","integrationId":"123456","locationId":"Loc-123456","locationExternalId":"FI-XXX-123456","integrationType":"OCPI","integrationStatus":"Active","integrationVersion":"2.2"},{"integrationName":"User defined name 2","integrationId":"45678901","locationId":"Loc-523456","locationExternalId":"NL-YYY-523456","integrationType":"OCPI","integrationStatus":"Credentials Exhange in Progress","integrationVersion":"N/A"}]
Something went wrong
Not authorised
Loading...