Skip to main content

Overview

Manages sensor inputs and triggers for interactive PADS4 content. Supports motion sensors, RFID readers, QR scanners, and custom input devices that trigger content changes or interactive flows.

Authentication

All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:
Replace https://<your-server> with your PADS4 server address and <ServiceName> with the service path shown above.

Endpoint Reference


Request & Response Examples

GET /api/v1/area

Request:
Response 200 OK:

POST /api/v1/area

Request:
Response 200 OK:

DELETE /api/v1/area

Request:
Response 200 OK:

GET /api/v1/area/rules

Request:
Response 200 OK:

GET /api/v1/device

Request:
Response 200 OK:

POST /api/v1/device

Request:
Response 200 OK:

Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.