Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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. The returning data must be formatted in a flat structure that includes simple key-values. Returning data in arrays or a hierarchy of objects is not supported.
  • 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.  
  • Return Values – When retrieving data, the Parameter Name and the Field or Variable where that data will be stored

...