Ampersand · Example Payload

Ampersand Api Backfill Progress Example

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

Ampersand Api Backfill Progress Example is an example object payload from Ampersand, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

installationIdobjectNameoperationIdrecordsProcessedrecordsEstimatedTotalcreateTimeupdateTime

Example Payload

Raw ↑
{
  "installationId": "550e8400-e29b-41d4-a716-446655440000",
  "objectName": "example-objectName",
  "operationId": "550e8400-e29b-41d4-a716-446655440000",
  "recordsProcessed": 1250,
  "recordsEstimatedTotal": 5000,
  "createTime": "2025-03-15T14:30:00Z",
  "updateTime": "2025-03-15T14:30:00Z"
}