/
RESTified APIs

RESTified APIs



ServiceBroker RESTified APIs allow other systems to be integrated with ServiceBroker and to then interact withĀ sub-systems that are supported by ServiceBroker, but where native ServiceBroker support for the sub-systems actions are not yet supported.Ā  Ā  Ā  Ā  Ā Ā 

That is, when integrating a system with ServiceBroker, it may be desirable to integrate with an associated Dispatch or Scheduling system's functionality, where that functionality is not yet natively integrated into ServiceBroker.

In these cases, it is possible for the integrating system to directly call the appropriate Dispatch or Scheduling system API, as required.Ā  Ā 

However, ServiceBroker's RESTified APIs allow for the integrating system to call a REST API endpoint hosted by ServiceBroker, and ServiceBroker will "pass-through" the request to the relevant sub-system - including handling the conversion of the API call into the appropriate endpoint requirement (e.g. translation into SOAP).Ā 

This pass-through feature can assist systems integrators to more quickly integrate with multiple systems, by providing both a single endpoint (ServiceBroker) and a single integration approach (REST API).Ā Ā 



When integrating with ServiceBroker, please check the nativeĀ REST APIs for desired functionality first. Where available, native ServiceBroker APIs should be used in preference to the pass-through, RESTified APIs.



As ServiceBroker development proceeds, RESTified APIs may be replaced over time with native REST APIs. Systems integrators should be prepared to update their integrations to native REST APIs when they become available.



Available RESTified APIs

Related content