Skip to content

Additional endpoints

jrichardsz edited this page Feb 1, 2024 · 1 revision

ui

  • get /event
    • get all events for ui
  • post /event
    • create events for ui
  • put /event
    • create events for ui
  • delete /event
    • create events for ui
  • get /event/received
    • get all received events
  • get /event/received/:id
  • get /received/execution-detail/:id

remote clients

  • post /event/received
    • send an event from remote backend client

Eventhos

Configurations

Deployment

Usage

Endpoints

Send event

Oauth2

For UI

  • get all events
    • GET /event
  • create events
    • POST /event
  • update events
    • PUT /event
  • delete event
    • DELETE /event
  • get all received events
  • get details of received event
    • GET /event/received/:id
  • get details of executed contracts
    • GET /received/execution-detail/:id
  • create system

Queue Manager

Mail notifications

Ports

Contributions

CDN

Clone this wiki locally