zendesk-messaging-client
    Preparing search index...

    Type Alias Page

    type Page = {
        after?: string;
        before?: string;
        size?: number;
    }
    Index

    Properties

    Properties

    after?: string

    A record id. Results will only contain the records that come after the specified record. Only one of after or before can be provided, not both.

    before?: string

    A record id. Results will only contain the records that come before the specified record. Only one of after or before can be provided, not both.

    size?: number

    The number of records to return. Does not apply to the listMessages endpoint.