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

    Interface GetResourcesQuery

    Query parameters for sb.resources.list().

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

    Maximum number of resources per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.

    locationRef: string

    UUID of the location whose resources to list.

    nextPageToken?: string

    Pagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.

    types?: string

    Comma-separated list of resource types to filter by, e.g. room,hotDesk. Valid values: dedicatedDesk, equipment, hotDesk, office, parkingLot, room, station, conferenceRoom, eventSpace, meetingRoom, phoneBooth, studio. Defaults to all bookable types.