Get timeOffRequest
Namespace: microsoft.graph
Retrieve the properties and relationships of a timeoffrequest object.
Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
Permission type | Permissions (from least to most privileged) |
---|---|
Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. |
Application | Schedule.Read.All, Schedule.ReadWrite.All |
Note: This API supports admin permissions. Global admins can access groups that they are not a member of. currently in private preview only and are not available for public use.
HTTP request
GET /teams/{teamId}/schedule/timeOffRequests/{timeOffRequestId}
Optional query parameters
This method does not support OData query parameters to customize the response.
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and the requested timeOffRequest object in the response body.
Examples
Request
The following is an example of the request.
GET https://graph.microsoft.com/v1.0/teams/{teamId}/schedule/timeOffRequests/{timeOffRequestId}
Response
The following is an example of the response.
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-type: application/json
{
"startDateTime": "datetime-value",
"endDateTime": "datetime-value",
"timeOffReasonId": "timeOffReasonId-value"
}
Feedback
Submit and view feedback for