Archibus REST APIs - broadcast on internally updated data
Event driven mechanism to be able to broadcast an internal change to the external world trough Rest APIs.
Use Case : a client app creates a service-desk request, and he wants to be informed when a status (a data) has been changed on this request (push mode)
8
votes

-
Jean-Sebastien, this idea fits better into the GraphQL API architecture, which unlike REST provides a standard way to subscribe to events. We ought to look into supporting GraphQL in a future release.