Cubit API (v2)

Download OpenAPI specification:Download

Description

GroundFault

/v2/api/ground-faults/sync

Authorizations:
Bearer
Request Body schema: application/json
timestamp
required
string <date-time>
required
Array of objects (PlantGroundFaultStatus)

Responses

Request samples

Content type
application/json
{
  • "timestamp": "2019-08-24T14:15:22Z",
  • "data": [
    ]
}

Response samples

Content type
application/json
{
  • "type": "string",
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "instance": "string",
  • "property1": null,
  • "property2": null
}

/v2/api/ground-faults/sync

Authorizations:
Bearer
query Parameters
timestampLt
required
string <date-time>

Responses

Response samples

Content type
application/json
{
  • "type": "string",
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "instance": "string",
  • "property1": null,
  • "property2": null
}