Skip to main content

Overview

Manages PADS4 viewer devices: registration, grouping, property assignment, and licensing. Central registry for all display hardware connected to a PADS4 deployment.

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

POST /api/v1/device

Request:
Response 200 OK:

POST /api/v1/device/sendCommand

Request:
Response 200 OK:

DELETE /api/v1/device/removeDevices

Request:
Response 200 OK:

POST /api/v1/device/updateData

Request:
Response 200 OK:

POST /api/v1/device/update

Request:
Response 200 OK:

POST /api/v1/device/search

Request:
Response 200 OK:

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