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:Replacehttps://<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:
200 OK:
POST /api/v1/device/sendCommand
Request:
200 OK:
DELETE /api/v1/device/removeDevices
Request:
200 OK:
POST /api/v1/device/updateData
Request:
200 OK:
POST /api/v1/device/update
Request:
200 OK:
POST /api/v1/device/search
Request:
200 OK:
Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.

