Some APIs require more complex configurations to deliver the data in a desired shape – for example, the information you want might be split across several API endpoints, or the response structure of an API needs transforming in order to read it.
This section documents the available advanced configurations and how to use them for your connectors.
Available advanced configurations
- Joining data – Combine data from several API endpoints into a single visible report type. Use this when one endpoint returns IDs or summaries and another endpoint provides the related details (such as performance statistics).
- Transforming response structure – Add data adapters to modify the response structure of an API. Use these when the API response structure needs transforming in order to read it.