@labkey/api
    Preparing search index...

    Interface GetQueryResponse

    interface GetQueryResponse {
        canEdit: boolean;
        canEditSharedViews: boolean;
        columns: QueryColumn[];
        description: string;
        hidden: boolean;
        inherit: boolean;
        isInherited: boolean;
        isMetadataOverrideable: boolean;
        isUserDefined: boolean;
        name: string;
        snapshot: boolean;
        title: string;
        viewDataUrl: string;
    }
    Index

    Properties

    canEdit: boolean
    canEditSharedViews: boolean
    columns: QueryColumn[]

    Columns for the query. Note, if the "queryDetailColumns" option is false then these columns will only include the "caption", "name", and "shortCaption" properties.

    description: string
    hidden: boolean
    inherit: boolean
    isInherited: boolean
    isMetadataOverrideable: boolean
    isUserDefined: boolean
    name: string
    snapshot: boolean
    title: string
    viewDataUrl: string