Edit

Share via


fixtureMap resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}