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

    Interface GetFloorsQuery

    Query parameters for sb.floors.list().

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

    The limit of the floors.

    locationRef: string

    The id of the location.

    nextPageToken?: string

    Token to retrieve the next page of results.