| title | timeOffRequest resource type |
|---|---|
| description | Represents a type of shift request to take timeOff. |
| ms.localizationpriority | medium |
| author | akumar39 |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents a type of shift request to take timeOff.
| Method | Return Type | Description |
|---|---|---|
| Get | timeOffRequest | Read the properties and relationships of a timeOffRequest object. |
| List | timeOffRequest collection | Get the list of timeOffRequest objects in this schedule. |
| Delete | None | Delete a timeOffRequest object. |
| Approve | None | Approve a time off request. |
| Decline | None | Decline a time off request. |
| Property | Type | Description |
|---|---|---|
| endDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z |
| startDateTime | DateTimeOffset | The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z |
| timeOffReasonId | String | The reason for the time off. |
None.
The following JSON representation shows the resource type.
{
"endDateTime": "String (timestamp)",
"startDateTime": "String (timestamp)",
"timeOffReasonId": "String"
}