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

    Type Alias ListLabelsParams

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

    type ListLabelsParams = {
        fields?: string[];
        id?: string[];
        page?: number;
        q?: string;
        size?: number;
        sort?: string[];
    }
    Index

    Properties

    fields?: string[]

    Fields to be retrieved into result.

    id?: string[]

    Record(s) with unique ID or ETag.

    page?: number

    Page number of result dataset records. offset = ((page-1)*size)

    q?: string

    Search term: label tag. ? - matches any one character * - matches 0 or more characters

    size?: number

    Size count of records on result page. limit = (size+1)

    sort?: string[]

    Sort the result according to fields.