REST API Connector

The REST API Connector allows you to get data from a defined RESTful API operation and output the contents to the Application.

Limitations:

  • They only support JSON-based REST APIs.

  • They do NOT support JArray data: the data returned by the RESTful endpoint must not contain JArray data.

Pre-requisites

The Connector requires a RESTful API metadata configuration file that contains the operations, their parameters, and the output schema of the operations.

Please refer to Metadata File Configuration for how to define RESTful API metadata.

Current Version

Please contact XMPro if you're looking for an older Connector version.

Release Notes

v1.0, 05 Mar 2024

  • Initial Release

Last updated