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

    Interface FaxesFilterRequestData

    interface FaxesFilterRequestData {
        createTime?: string | Date;
        createTimeRange?: Fax.DateRangeFilter;
        direction?: string;
        from?: string;
        labels?: Labels;
        serviceId?: string;
        status?: string;
        to?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createTime?: string | Date

    Filter calls based on createTime. It can be a year, a month or a day.

    createTimeRange?: Fax.DateRangeFilter

    Filter calls based on createTime. It will filter the faxes on a range of dates.

    direction?: string

    Limits results to faxes with the specified direction.

    from?: string

    A phone number that you want to use to filter results. The parameter search with startsWith, so you can pass a partial number to get all faxes sent to numbers that start with the number you passed.

    labels?: Labels

    Filter faxes by labels.

    serviceId?: string

    Limits results to faxes that were sent using the specified service.

    status?: string

    Limits results to faxes with the specified status.

    to?: string

    A phone number that you want to use to filter results. The parameter search with startsWith, so you can pass a partial number to get all faxes sent to numbers that start with the number you passed.