ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface QualityControlFilters

    interface QualityControlFilters {
        page?: number;
        limit?: number;
        search?: string;
        status?: "passed" | "failed" | "all";
        type?: "visual" | "measurement" | "test" | "inspection" | "all";
        operatorId?: string;
        workOrderId?: string;
        operationId?: string;
        passed?: boolean;
        startDate?: string;
        endDate?: string;
    }
    Index

    Properties

    page?: number
    limit?: number
    search?: string
    status?: "passed" | "failed" | "all"
    type?: "visual" | "measurement" | "test" | "inspection" | "all"
    operatorId?: string
    workOrderId?: string
    operationId?: string
    passed?: boolean
    startDate?: string
    endDate?: string