@labkey/api
    Preparing search index...

    Type Alias GetAssaysParameters

    type GetAssaysParameters = {
        id?: number;
        name?: string;
        plateEnabled?: boolean;
        status?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: number

    Applies a filter to match against only assay designs with the provided "id".

    name?: string

    Applies a filter to match against only assay designs with the provided "name".

    plateEnabled?: boolean

    Applies a filter to match against only assay designs with the provided "plateEnabled" value.

    status?: string

    Applies a filter to match against only assay designs with the provided "status". Supported statuses are "Active" and "Archived".

    type?: string

    Applies a filter to match against only assay designs with the provided "type".