| 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 |
Namespace: microsoft.graph
Represents request to claim an openShift in a schedule.
| 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. |
| Property | Type | Description |
|---|---|---|
| openShiftId | String | ID for the open shift. |
None.
The following JSON representation shows the resource type.
{
"openShiftId": "String"
}