Faults
Retrieve internal fault timeline for a site
Available only via internal API token (internal
middleware). Typically used for analyzing fault timelines. Requires fields start
, end
, type
, and site_id
in the request body.
POST
Authorizations
Internal microservice token passed in the header. Alternatively could be in 'Authorization: Bearer ...'.
Body
application/json
Internal fault timeline parameters
The body is of type object
.
Response
200
application/json
Array of internal fault timeline results
The response is of type object[]
.