REST API URI Syntax - Connect_ETL - Latest

Connect ETL Rest API Reference

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect (ETL, Sort, AppMod, Big Data)
Version
Latest
ft:locale
en-US
Product name
Connect ETL
ft:title
Connect ETL Rest API Reference
Copyright
2025
First publish date
2003
ft:lastEdition
2025-05-21
ft:lastPublication
2025-05-21T18:29:28.761000

The REST API URI prefix always contains the web server host name, port number, and web root of the REST server. The default web server is the host where Connect ETL is installed. The default port for HTTP/HTTPS REST services is 8280.

The remaining resource identifiers for a Connect ETL REST URI has the following syntax:
/api/v1/history/<resource>/[/{identifier}]/<sub-resource>/ 
    [?<parameter=value>{&<parameter=value>}]
  • /api/v1/history is the default web root and directory for REST API resources
  • <resource> is the name of the REST API resource.
  • {identifier} is a parameter to a branch in the REST API resource.
  • <sub-resource> is the name of a branch in the REST API resource.
  • <parameter=value> specifies the parameters and values that a GET request requires.