@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 ListServicesParams = {
        fields?: string[];
        id?: string[];
        page?: number;
        q?: string;
        rootId?: string;
        size?: number;
        sort?: string;
        state?: boolean;
    }
    Index

    Properties

    fields?: string[]

    Fields to be retrieved as a result.

    id?: string[]

    List of IDs to filter the services

    page?: number

    Page number for pagination

    q?: string

    Search query string for filtering by name. Supports:

    • Wildcards (*) for substring matching
    • Placeholder (?) for single character substitution
    • Exact match for full names
    rootId?: string

    Filter services by catalog ID (required)

    size?: number

    Number of records per page

    sort?: string

    Sorting options by fields

    state?: boolean

    Filter by state (true for active, false for inactive)