Overview
Manages background process execution within PADS4. Tracks running processes, their status, and output. Used by other services to launch and monitor long-running operations.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/process
Request:
200 OK:
GET /api/v1/process
Request:
200 OK:
POST /api/v1/process/getResult
Request:
200 OK:
POST /api/v1/public-process
Request:
200 OK:
GET /api/v1/public-process
Request:
200 OK:

