Overview
Overview
This API provides the ability to injest records into APM. There are two versions of this API. The v1 only works with the Family Data Loader and is intended to ingest a small number of records into APM creating records and linking them together. The v1 API is a synchronous call, so thus it will not return a response until the transaction is completed or rolled back. The v2 API works with all of the data loaders, allowing users to ingest many types of data through an API. The v2 API is asynchronous, so once the Bundle has been registered, and the data submitted, the response will return with the Bundle ID and the number of tables and rows submitted. An additional API call is needed to get the status of the ingestion.