Circle V2 API Docs
    Preparing search index...
    type IngestInsyncEpisodesResult = {
        demographicsUpdated: boolean;
        entityId: EntityId;
        integrationId: IntegrationId;
        programStaysWrittenCount: number;
        skippedCount: number;
        syncedCount: number;
    }
    Index

    Properties

    demographicsUpdated: boolean
    entityId: EntityId
    integrationId: IntegrationId

    Resolved during the ingest — lets the webhook enrich the rpa_run row without re-resolving.

    programStaysWrittenCount: number
    skippedCount: number
    syncedCount: number