@izak0s/spacebring-api - v7.1.0
    Preparing search index...

    Interface GetContactsQuery

    Query parameters for sb.visitors.contacts.list().

    interface GetContactsQuery {
        limit?: number;
        nextPageToken?: string;
        locationRef: string;
        createDate?: { lte?: string; gte?: string };
    }
    Index
    limit?: number

    The maximum number of contacts to return. Default is 25.

    nextPageToken?: string

    Token to retrieve the next page of results.

    locationRef: string

    The id of the location.

    createDate?: { lte?: string; gte?: string }

    The create date filter of items.