Skip to main content

Overview

Internal pub/sub messaging infrastructure for PADS4 microservices. Manages message queues, subscriptions, and event routing between services. Not typically called directly by external clients.

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/messaging/subscribe

Request:
Response 200 OK:

POST /api/v1/messaging

Request:
Response 200 OK:

POST /api/v1/messaging/unsubscribe

Request:
Response 200 OK: