{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin places.buildingMap API", "version": "1.0.0" }, "items": [ { "info": { "name": "places.buildingMap", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get buildingMap", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the map of a building in IMDF format." }, { "info": { "name": "Microsoft Graph Update the navigation property map in places", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property map in places" }, { "info": { "name": "Microsoft Graph Delete buildingMap", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" } ] }, "docs": "Delete the map of a specific building." }, { "info": { "name": "Microsoft Graph List footprints", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/footprints", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of footprintMap objects for building footprints and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to footprints for places", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/footprints", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to footprints for places" }, { "info": { "name": "Microsoft Graph Get footprints from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/footprints/:footprintMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "footprintMap-id", "value": "", "type": "path", "description": "The unique identifier of footprintMap" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format." }, { "info": { "name": "Microsoft Graph Update the navigation property footprints in places", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/footprints/:footprintMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "footprintMap-id", "value": "", "type": "path", "description": "The unique identifier of footprintMap" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property footprints in places" }, { "info": { "name": "Microsoft Graph Delete navigation property footprints for places", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/footprints/:footprintMap-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "footprintMap-id", "value": "", "type": "path", "description": "The unique identifier of footprintMap" } ] }, "docs": "Microsoft Graph Delete navigation property footprints for places" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/footprints/$count", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List levels", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the levelMap objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to levels for places", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to levels for places" }, { "info": { "name": "Microsoft Graph Get levels from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format." }, { "info": { "name": "Microsoft Graph Update the navigation property levels in places", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property levels in places" }, { "info": { "name": "Microsoft Graph Delete navigation property levels for places", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" } ] }, "docs": "Microsoft Graph Delete navigation property levels for places" }, { "info": { "name": "Microsoft Graph List fixtures", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/fixtures", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the fixtureMap objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to fixtures for places", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/fixtures", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to fixtures for places" }, { "info": { "name": "Microsoft Graph Get fixtures from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/fixtures/:fixtureMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "fixtureMap-id", "value": "", "type": "path", "description": "The unique identifier of fixtureMap" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of fixtures (such as furniture or equipment) on this level. Supports upsert." }, { "info": { "name": "Microsoft Graph Update fixtureMap", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/fixtures/:fixtureMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "fixtureMap-id", "value": "", "type": "path", "description": "The unique identifier of fixtureMap" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn't exist." }, { "info": { "name": "Microsoft Graph Delete fixtureMap", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/fixtures/:fixtureMap-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "fixtureMap-id", "value": "", "type": "path", "description": "The unique identifier of fixtureMap" } ] }, "docs": "Delete a fixture on a specified floor." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/fixtures/$count", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List sections", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/sections", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the sectionMap objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to sections for places", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/sections", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sections for places" }, { "info": { "name": "Microsoft Graph Get sections from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/sections/:sectionMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "sectionMap-id", "value": "", "type": "path", "description": "The unique identifier of sectionMap" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of sections (such as zones or partitions) on this level. Supports upsert." }, { "info": { "name": "Microsoft Graph Update the navigation property sections in places", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/sections/:sectionMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "sectionMap-id", "value": "", "type": "path", "description": "The unique identifier of sectionMap" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sections in places" }, { "info": { "name": "Microsoft Graph Delete navigation property sections for places", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/sections/:sectionMap-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "sectionMap-id", "value": "", "type": "path", "description": "The unique identifier of sectionMap" } ] }, "docs": "Microsoft Graph Delete navigation property sections for places" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/sections/$count", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List units", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/units", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the unitMap objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to units for places", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/units", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to units for places" }, { "info": { "name": "Microsoft Graph Get units from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/units/:unitMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "unitMap-id", "value": "", "type": "path", "description": "The unique identifier of unitMap" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Collection of units (such as rooms or offices) on this level. Supports upsert." }, { "info": { "name": "Microsoft Graph Update unitMap", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/units/:unitMap-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "unitMap-id", "value": "", "type": "path", "description": "The unique identifier of unitMap" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn't exist." }, { "info": { "name": "Microsoft Graph Delete unitMap", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/units/:unitMap-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "unitMap-id", "value": "", "type": "path", "description": "The unique identifier of unitMap" } ] }, "docs": "Delete a unitMap object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/:levelMap-id/units/$count", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "levelMap-id", "value": "", "type": "path", "description": "The unique identifier of levelMap" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/map/levels/$count", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }