📘

Use the hub_url and access_key received in the registration response as your base URL.

📘

This API requires the device to authenticate, see Device Authentication.

Get All incidents of the specific device. The response is an array of multiple objects.

Response example :

[
    {
        "id": "",
        "status": "active",
        "priority": "high",
        "title": "Device offline",
        "description": null,
        "issue": "offline",
        "created_at": "2023-06-04T12:00:52Z",
        "updated_at": "2023-06-04T12:00:52Z"
    },
    {
        "id": "",
        "status": "active",
        "priority": "moderate",
        "title": "Temperature is too high",
        "description": "Temperature is too high",
        "issue": "rule_xxx-xxxx-xxx-xxxx",
        "created_at": "2023-06-04T09:45:51Z",
        "updated_at": "2023-06-04T09:45:51Z"
    }
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!