Interface ElementSearchOptions

interface ElementSearchOptions {
    archived: boolean;
    organization?: string;
    page: number;
    per_page?: number;
}

Properties

archived: boolean
organization?: string

Restrict the search to elements owned by this organization.

page: number
per_page?: number