Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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"
}
Events
Mar 17, 11 PM - Mar 21, 11 PM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now