Calling REST based Web services

From Toolsverse Knowledge Base
Revision as of 16:43, 22 December 2014 by Maxlmus (Talk | contribs)

Jump to: navigation, search

The ETL Framework natively supports REST based Web services. You don't need to do anything special, just make sure sources are linked to the GET endpoints and destinations - to the PUT endpoints.

Use JSON, XML or text to serialize datasets and objects.

You can include access tokens into the endpoint URLs. Example: https://host/rest/v1/data/?filter=123&access_token={access_token}. You will need to set access_token as a system property. Please see examples below:

Example of the GET request

Example of the PUT request