List Logitech Sync places
logitech_sync_list_placesFetch a paginated list of rooms and desks from Logitech Sync using a continuation cursor. Customize with projection fields and detail level.
Instructions
Fetch one controlled page of rooms/desks using the native continuation cursor.
Use this primitive when exact API pagination or custom projections matter. It never follows
the cursor automatically. If an explicit projection requests device info, sensors, or
warranty while ``detail_level=concise``, the result is transparently promoted to detailed
output and reports that adjustment. A response that is too large fails with guidance
instead of silently discarding requested fields or inaccessible items.
Returns ``places`` and metadata including ``next_continuation`` and the effective
projection. Errors explain how to fix invalid scopes, projections, credentials, or quotas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desks | No | Include desks in this page. | |
| limit | No | Maximum places for this single API page. | |
| rooms | No | Include rooms in this page. | |
| projection | No | Fields to request. Omit for the API default; pass [] for place ids only. place.device is added automatically for nested device fields. Explicit device info, sensors, or warranty projections automatically promote concise output to detailed so requested fields are never discarded. | |
| unlicensed | No | Include unlicensed places, which only expose basic fields. | |
| continuation | No | Opaque cursor returned by a previous call; never decode or edit it. | |
| detail_level | No | concise selects high-signal fields; detailed preserves API fields. Concise is automatically promoted to detailed when an explicit projection requests device info (including peripherals/full network), sensors, or warranty. | concise |
| response_format | No | Text view returned alongside structured content. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | ||
| meta | No | ||
| summary | Yes |