{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Places.room API", "version": "1.0.0" }, "items": [ { "info": { "name": "Places.room", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get rooms from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms", "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": "Microsoft Graph Get rooms from places" }, { "info": { "name": "Microsoft Graph Create new navigation property to rooms for places", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms", "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 rooms for places" }, { "info": { "name": "Microsoft Graph Get rooms from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms/:room-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "room-id", "value": "", "type": "path", "description": "The unique identifier of room" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get rooms from places" }, { "info": { "name": "Microsoft Graph Update the navigation property rooms in places", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms/:room-id", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "room-id", "value": "", "type": "path", "description": "The unique identifier of room" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property rooms in places" }, { "info": { "name": "Microsoft Graph Delete navigation property rooms for places", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms/:room-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "room-id", "value": "", "type": "path", "description": "The unique identifier of room" } ] }, "docs": "Microsoft Graph Delete navigation property rooms for places" }, { "info": { "name": "Microsoft Graph Get checkIns from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms/:room-id/checkIns", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "room-id", "value": "", "type": "path", "description": "The unique identifier of room" }, { "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": "A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place." }, { "info": { "name": "Microsoft Graph Create new navigation property to checkIns for places", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms/:room-id/checkIns", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "room-id", "value": "", "type": "path", "description": "The unique identifier of room" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to checkIns for places" }, { "info": { "name": "Microsoft Graph Get checkIns from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms/:room-id/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "room-id", "value": "", "type": "path", "description": "The unique identifier of room" }, { "name": "checkInClaim-calendarEventId", "value": "", "type": "path", "description": "The unique identifier of checkInClaim" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place." }, { "info": { "name": "Microsoft Graph Update the navigation property checkIns in places", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms/:room-id/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "room-id", "value": "", "type": "path", "description": "The unique identifier of room" }, { "name": "checkInClaim-calendarEventId", "value": "", "type": "path", "description": "The unique identifier of checkInClaim" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property checkIns in places" }, { "info": { "name": "Microsoft Graph Delete navigation property checkIns for places", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/rooms/:room-id/checkIns/:checkInClaim-calendarEventId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "room-id", "value": "", "type": "path", "description": "The unique identifier of room" }, { "name": "checkInClaim-calendarEventId", "value": "", "type": "path", "description": "The unique identifier of checkInClaim" } ] }, "docs": "Microsoft Graph Delete navigation property checkIns 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.roomList/rooms/:room-id/checkIns/$count", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "name": "room-id", "value": "", "type": "path", "description": "The unique identifier of room" }, { "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.roomList/rooms/$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 }