openShift 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 an unassigned, open shift in a schedule.

Methods

Method Return Type Description
List Collection of openShift List the properties and relationships of openShift objects in a team.
Create openShift Create an instance of an openShift object.
Get openShift Read the properties and relationships of an openShift object.
Update openShift Update an openShift object.
Delete None Delete an openShift object.

Properties

Property Type Description
draftOpenShift openShiftItem An unpublished open shift.
schedulingGroupId String ID for the scheduling group that the open shift belongs to.
sharedOpenShift openShiftItem A published open shift.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "draftOpenShift": {"@odata.type": "microsoft.graph.openShiftItem"},
  "schedulingGroupId": "String",
  "sharedOpenShift": {"@odata.type": "microsoft.graph.openShiftItem"}
}