openShiftChangeRequest 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 type of shift request to claim an openshift in a schedule.

Methods

Method Return Type Description
Create openshiftchangerequest Create an instance of an openshiftchangerequest object.
List Collection of openshiftchangerequest List the properties and relationships of openShiftChangeRequest objects in a team.
Get openShiftChangeRequest Read the properties and relationships of an openShiftChangeRequest object.
Approve None Approve an open shift change request.
Decline None Decline an open shift change request.

Properties

Property Type Description
openShiftId String ID for the open shift.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "openShiftId": "String"
}