You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Implementation: Rest API

The Rest API is used to send or retrieve data between ECS and the customers external system.  Once a REST API Data container has been created it will be activated from the API Trigger tab within the Implementation subsystem.

Parameters

  • URL – Customer provided URL and destination for the data
  • Authentication Method – Currently not a supported feature of the Rest API
  • HTTP Verb – Supports GET or POST
  • Request Timeout – Specify the amount of time to wait for a response before assuming it failed and follows the FAULT leg of the Get External Data by Rest API node
  • Content Type (Sent Data Type) – Supports JSON or XML data types
  • Accept (Return Data Type) – Supports JSON, Text, or XML data types
  • Payload XML Root Node – The text string that denotes the name of the initial XML node content in the GET or POST
  • HTTP Headers – The HTTP headers that will be sent with each API call
  • HTTP Parameters – The data that will be sent to the API including the Name and the Value from the Interaction or Business Process.  Parameter Type options include Body or URL Parameter.  When using URL Parameter, Content Type will not apply.  For a list and description of all the HTTP Parameters that can be added, Click Here.
  • Return Values – When retrieving data, the Parameter Name and the Field or Variable where that data will be stored
  • No labels