Interface ElementFulltextSearchBody

interface ElementFulltextSearchBody {
    archived?: boolean;
    categorize?: boolean;
    organization?: string;
    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.

organization?: string

Restrict the search (and its type tabs) to elements owned by this organization.

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

Ordered list of preferred element type ids. Present types lead the tabs in this order; absent ones are ignored. Ignored unless categorize is true.