Skip to main content

Overview

The PADS4 presentation rendering engine. Manages engine instances, rendering jobs, and the lifecycle of content playback. Used to trigger on-demand renders and retrieve rendered output.

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/engine

Request:
Response 200 OK:

GET /api/v1/engine/dataset

Request:
Response 200 OK:

POST /api/v1/engine/dataset

Request:
Response 200 OK:

POST /api/v1/engine/dataset/Invalidate

Request:
Response 200 OK:

POST /api/v1/engine/dataset/UploadRecord

Request:
Response 200 OK:

POST /api/v1/engine/dataset/Upload

Request:
Response 200 OK:

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