Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.91 KB

File metadata and controls

64 lines (48 loc) · 1.91 KB
title openShiftChangeRequest resource type
description Represents a request to claim an open shift in a schedule.
ms.localizationpriority medium
author akumar39
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

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 JSON representation shows the resource type.

{
  "openShiftId": "String"
}