openShiftChangeRequest resource type

Namespace: microsoft.graph

Represents request to claim an openShift in a schedule.

Methods

Method Return Type Description
List Collection of openShiftChangeRequest List the properties and relationships of openShiftChangeRequest objects in a team.
Create openShiftChangeRequest Create an instance of an openShiftChangeRequest object.
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"
}