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

    Interface ListEventsRequestData

    interface ListEventsRequestData {
        contact_id?: string;
        conversation_id?: string;
        page_size?: number;
        page_token?: string;
    }
    Index

    Properties

    contact_id?: string

    Resource name (id) of the contact. One of conversation_id or contact_id needs to be present.

    conversation_id?: string

    Resource name (id) of the conversation. One of conversation_id or contact_id needs to be present.

    page_size?: number

    Maximum number of events to fetch. Defaults to 10 and the maximum is 20.

    page_token?: string

    Next page token previously returned if any. When specifying this token, make sure to use the same values for the other parameters from the request that originated the token, otherwise the paged results may be inconsistent.