@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 CatalogGetCustomersParams = {
        fields?: string[];
        id?: string[];
        page?: number;
        q?: string;
        size?: number;
        sort?: string[];
        type?: string;
        viaId?: string;
        viaName?: string;
        viaType?: string;
    }
    Index

    Properties

    fields?: string[]

    Fields [Q]uery to build result dataset record.

    id?: string[]

    Set of unique contact IDentifier(s).

    page?: number

    Page number to return. default: 1.

    q?: string

    Search term: peer{id,name}

    size?: number

    Page records limit. default: 16.

    sort?: string[]

    Sort records by { fields } specification.

    type?: string

    The type of contact to filter.

    viaId?: string

    Contact unique IDentifier. Contact type-specific string.

    viaName?: string

    Contact display name.

    viaType?: string

    Contact type provider.