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

    Interface GetRequestsQuery

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

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

    The id of the location.

    nextPageToken?: string

    Token to retrieve the next page of results.

    limit?: number

    The number of items to return.

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

    The create date filter of items.