PULSAR

Get Notification Context

Get a single notification context, identified by machineId.

Authorization

bearerAuth bot
Authorization<token>

In: header

Scope: bot

Path Parameters

machineId*number

The machine's ID.

Formatdouble

Response Body

application/json

Try it live
GET
/v1/internal/machines/{machineId}/notification-context

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

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}