Converting Data
Description
The Rosetta (Data Converter) API retrieves and executes data mappings from Intely.
Using this endpoint, you can retrieve a list of data mappings, get the details on a specific data mapping, and execute a data mapping. The execute endpoint should contain the input data in the body of the API request that you want the data mapping to process.
Notes
- The response list of data mappings available for users and organizations may be large.
- The execute endpoint needs to contain
data
, which is the input to map and produce output data. - Data Mappings can be used independently (i.e., you can configure a data mapping in the Intely Platform and use the endpoint on-demand), but they are usually a part of a larger integration workflow.
Updated over 1 year ago
What’s Next