Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ListNumbersForServiceRequestData

    interface ListNumbersForServiceRequestData {
        page?: string;
        pageSize?: number;
        serviceId: string;
    }
    Index

    Properties

    page?: string

    Optional. The page to fetch. If not specified, the first page will be returned.

    pageSize?: number

    Number of items to return on each page.

    serviceId: string

    The serviceId containing the numbers you want to list.