Places
Lists Microsoft 365 place resources and shared location metadata used to represent rooms, buildings, desks, floors, and workspaces.
Columns
| Name | Type | References | Description |
| id [KEY] | String | Unique identifier for the place resource. | |
| PlaceObjectType [KEY] | String | Type discriminator for the place object returned by Microsoft Graph. | |
| Etag | String | Entity tag used for optimistic concurrency/version tracking. | |
| displayName | String | Display name of the place. | |
| label | String | Free-form label associated with the place. | |
| phone | String | Primary phone number for the place. | |
| parentId | String | Identifier of the parent place in the hierarchy. | |
| tags | String | Tags applied to the place for categorization/search. | |
| isWheelChairAccessible | Bool | Indicates whether the place is wheelchair accessible. | |
| address_street | String | Street portion of the place address. | |
| address_city | String | City portion of the place address. | |
| address_state | String | State or province portion of the place address. | |
| address_postalCode | String | Postal or ZIP code of the place address. | |
| address_countryOrRegion | String | Country or region portion of the place address. | |
| geoCoordinates_accuracy | Float | Accuracy (in meters) of the geocoordinate reading. | |
| geoCoordinates_altitude | Float | Altitude coordinate for the place. | |
| geoCoordinates_altitudeAccuracy | Float | Accuracy of the altitude value. | |
| geoCoordinates_latitude | Float | Latitude coordinate for the place. | |
| geoCoordinates_longitude | Float | Longitude coordinate for the place. |