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

    Interface GetEventsByOrganizationQuery

    Query parameters for sb.events.list().

    interface GetEventsByOrganizationQuery {
        locationRef: string;
        limit?: number;
        nextPageToken?: string;
        order?: string;
    }
    Index
    locationRef: string

    The id of the location.

    limit?: number

    The number of events to retrieve. Default: 25

    nextPageToken?: string

    Token to retrieve the next page of results.

    order?: string

    The order of the events. createDate:asc, createDate:desc, startDate:asc, startDate:desc, endDate:asc, endDate:desc or relevance