Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 2.04 KB

File metadata and controls

55 lines (45 loc) · 2.04 KB
title fixtureMap resource type
description Represents a fixture.geojson file in IMDF format that defines movable or semi-permanent physical assets within a space.
author tiwarisakshi02
ms.date 11/11/2025
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType

fixtureMap resource type

Namespace: microsoft.graph

Represents a fixture.geojson file in IMDF format that defines movable or semi-permanent physical assets within a space. These assets support utility, service, or aesthetic functions without affecting structural integrity.

Inherits from baseMapFeature.

Methods

Method Return type Description
List fixtureMap collection Get a list of the fixtureMap objects and their properties.
Update fixtureMap Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn't exist.
Delete None Delete a fixture on a specified floor.

Properties

Property Type Description
id String Unique identifier for the fixtureMap object. Inherited from baseMapFeature.
placeId String Identifier for the floor to which this fixtureMap belongs.
properties String Concatenated key-value pair of all properties of a GeoJSON file for this fixtureMap. Inherited from baseMapFeature.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.fixtureMap",
  "id": "String (identifier)",
  "placeId": "String",
  "properties": "String"
}