Skip to main content
GET
Resource Summary

Resource Summary

Returns a lightweight summary of all published resources (desks, meeting rooms, offices, etc.) for the current location. Used for resource selectors and quick listings where full detail is not needed.

Authentication

No authentication required.

Query Parameters

_shape
string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation. Example: _shape=Name,ResourceTypeName,Id.

Response

Returns a ResourceSummaries object containing a lightweight summary of each published resource.

Resource Summary Fields

Identity

Core

Location

Media

Timestamps (from base)

Examples

Fetch resource summaries

TypeScript Integration