FileMaker Data API Tools API - v1.2.0
    Preparing search index...

    Interface MultiProfileBatchResult

    interface MultiProfileBatchResult {
        profileId: string;
        success: boolean;
        recordCount: number;
        error?: string;
    }
    Index

    Properties

    profileId: string
    success: boolean
    recordCount: number
    error?: string