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

    Interface GetVisitsQuery

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

    interface GetVisitsQuery {
        locationRef: string;
        userRefHost?: string;
        createDate?: { lte?: string; gte?: string };
        date?: { lte?: string; gte?: string };
        limit?: number;
        nextPageToken?: string;
    }
    Index
    locationRef: string

    The id of the location.

    userRefHost?: string

    The id of the user, host of the visit.

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

    The date filter of items.

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

    The visit date filter of items.

    limit?: number

    The number of items to return

    nextPageToken?: string

    Token to retrieve the next page of results.