-
Notifications
You must be signed in to change notification settings - Fork 2
Additional endpoints
jrichardsz edited this page Feb 1, 2024
·
1 revision
- 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
- post /event/received
- send an event from remote backend client
- Get token with client credential grant
- More oauth2 enpoints here
- 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