API ReferenceInternal
Get Notification Context
Get a single notification context, identified by machineId.
Authorization
bearerAuth botAuthorization<token>
In: header
Scope: bot
Path Parameters
machineId*number
The machine's ID.
Format
doubleResponse Body
application/json
Try it live
curl -X GET "https://example.com/v1/internal/machines/0.1/notification-context"{ "company_id": 0.1, "plant_name": "string", "machine_name": "string", "machine_id": 0.1}