{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin places.checkInClaim API", "version": "1.0.0" }, "items": [ { "info": { "name": "places.checkInClaim", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get checkInClaim", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/checkIns", "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": "Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation." }, { "info": { "name": "Microsoft Graph Create checkInClaim", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/places/:place-id/checkIns", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place." }, { "info": { "name": "Microsoft Graph Get checkInClaim", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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": "Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation." }, { "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/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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/checkIns/:checkInClaim-calendarEventId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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/checkIns/$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 Get checkIns from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.building/checkIns", "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": "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.building/checkIns", "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 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.building/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.building/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.building/checkIns/:checkInClaim-calendarEventId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.building/checkIns/$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 Get checkIns from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.desk/checkIns", "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": "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.desk/checkIns", "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 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.desk/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.desk/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.desk/checkIns/:checkInClaim-calendarEventId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.desk/checkIns/$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 Get checkIns from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.floor/checkIns", "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": "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.floor/checkIns", "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 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.floor/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.floor/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.floor/checkIns/:checkInClaim-calendarEventId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.floor/checkIns/$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 Get checkIns from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.room/checkIns", "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": "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.room/checkIns", "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 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.room/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.room/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.room/checkIns/:checkInClaim-calendarEventId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.room/checkIns/$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 Get checkIns from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.roomList/checkIns", "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": "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/checkIns", "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 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/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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/checkIns/:checkInClaim-calendarEventId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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/checkIns/$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 Get checkIns from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.section/checkIns", "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": "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.section/checkIns", "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 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.section/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.section/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.section/checkIns/:checkInClaim-calendarEventId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.section/checkIns/$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 Get checkIns from places", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/places/:place-id/graph.workspace/checkIns", "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": "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.workspace/checkIns", "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 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.workspace/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.workspace/checkIns/:checkInClaim-calendarEventId", "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.workspace/checkIns/:checkInClaim-calendarEventId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "place-id", "value": "", "type": "path", "description": "The unique identifier of place" }, { "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.workspace/checkIns/$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 }