API Outbound Data Integrations | Vantage Analyst - API Outbound Data Integrations - Teradata Analytic Apps - Vantage Analyst

Vantage Analyst User Guide

Product
Teradata Analytic Apps
Vantage Analyst
Release Number
1.4.1
Published
May 2022
Language
English (United States)
Last Update
2022-05-09
dita:mapPath
ufz1626905554941.ditamap
dita:ditavalPath
wsp1565965728073.ditaval
dita:id
B035-3805
Product Category
Teradata Applications

Outbound data integrations deliver lists of data to an external system using REST PUT, PATCH, or POST methods (as defined in API connection specified in the data integration).

These integrations do not filter the data in the tables, such as integration_id and object_id. All data in the table is formatted into a single request with an array of objects. You can configure outbound data integrations to send data as:
  • Single API call
  • Multiple API calls, one for each item in the list as separated by object_id
Request Type Description
Single API call
  • Data is formatted into a single array of objects
  • Sends a list of data in a single API call
Multiple API calls
  • Default format
  • Data is separated by object_id
  • Calls the API for each item in the list