Interface ElementFulltextSearchBody

interface ElementFulltextSearchBody {
    archived?: boolean;
    categorize?: boolean;
    page?: number;
    per_page?: number;
    query: string;
    type?: string;
}

Properties

archived?: boolean
categorize?: boolean

Opt-in: when omitted/false the response is the legacy flat shape.

page?: number
per_page?: number
query: string
type?: string

Preselected element type id (a tab). Ignored unless categorize is true.