@webitel/api-services
    Preparing search index...

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    type SearchLDAProcessParams = {
        disabled?: boolean;
        enabled?: boolean;
        failed?: boolean;
        fields?: string[];
        id?: string[];
        objclass?: string[];
        page?: number;
        q?: string;
        size?: number;
        sort?: string[];
        template?: string;
    }
    Index

    Properties

    disabled?: boolean

    deleted

    enabled?: boolean

    created|updated

    failed?: boolean

    WITH .errs

    fields?: string[]

    attributes list

    id?: string[]

    ----- Search Basic Filters --------------------------- OPTIONAL. Search process by unique .id

    objclass?: string[]
    page?: number

    ----- Select Options -------------------------

    default: 1

    q?: string

    OPTIONAL. Filter(s) SET

    size?: number

    default: 16

    sort?: string[]

    e.g.: "updated_at" - ASC; "!updated_at" - DESC;

    template?: string