Skip to main content

Overview

Controls PADS4 viewer applications: remote commands (restart, reload, screenshot), status monitoring, log retrieval, software update management, and viewer configuration. The primary service for managing what’s running on display hardware.

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/Viewer/Cluster/Get

Request:
Response 200 OK:

GET /api/v1/Viewer/Cluster/Viewers

Request:
Response 200 OK:

POST /api/v1/Viewer/Cluster

Request:
Response 200 OK:

POST /api/v1/Viewer/Cluster/Delete

Request:
Response 200 OK:

GET /api/v1/Viewer/Licenses

Request:
Response 200 OK:

GET /api/v1/Viewer/priorities

Request:
Response 200 OK:

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